Tag: mainframe
Questions Related to mainframe
-
Multiple jobs are submitted
-
Job will abend
-
Only one step gets executed
-
Only first job will be submitted
-
Tell the system which data set to access
-
Request a printer to produce the job output
-
Indicate where to store new data sets
-
Initiate a new program
-
Programs must run sequentially
-
Programs must be dependent on each other
-
Programs must access the same databases
-
Programs must have the same accounting information
-
//TEST*1
-
// JOB13
-
//$ABCD
-
//STEPSEVEN
-
&NAME&(TEMP)
-
&&TEMP(NAME)
-
&&NAME
-
&NAME
-
PIC X(9)
-
PIC S9(4) COMP
-
PIC Z(4)
-
PIC 9(4)V99
-
PIC 9(4).99
-
IF EOF THEN …
-
IF EOF IS TRUE THEN ...
-
IF END-OF-FILE = 'Y' THEN ...
-
IF END-OF-FILE THEN ...