Skip to Main Content

Front-End System Interface (FESI)

Previous Topic

Next Topic

Book Contents

Book Index

Test JCL

Before implementing a new T&A front-end system, testing is done to ensure successful transmission in the production environment. The remote printer number, user ID, and the option to print/suppress the T&A Transmission Confirmation Reports are the only fields completed by the Agency; the other fields are constant and must be included in your JCL as shown below.

Transmission File-FPTARET9

//FPTARET9 JOB (2105015396,RMTXXXX--),‘XXXXXXXXXXX’,
// CLASS=A,MSGCLASS=A,TIME=10,MSGLEVEL=(0,0),TYPRUN=HOLD
/*ROUTE PRINT Uxxxx
/*OUTPUT ST COPIES=1,DEST=LOCAL
PROC0010 EXEC NFCPA8T9
//STEP0020.TIMEX902 DD *

 

Rmt

Required, alphanumeric, 16 positions max

Type the printer number where the reports are to be routed for printing. The printer is entered in two different positions of the first line and at the end of the fourth line. Comments can be entered after the printer number in the last 11 positions of the first line.

MSGCLASS

Required, alpha, one position

A Automatically print the job.

X Only view the job at your terminal.

User

Required, alphanumeric, 15 positions max

Type your user ID and password.

 

See Also

T&A JCL

Production JCL