How many Paragraphs are optional in Identification Division?
4
5
6
7
DBCS (Double Byte Character Set) is used in the applications that support large character sets.
True
False
Find out the correct statements:
STOP RUN is the last executable statement of the main program. It returns control back to OS.
EXIT PROGRAM is the last executable statement of sub-program. It returns control back to main program.
GOBACK can be coded in main program as well as sub-program as the last statement. It just gives the control back from where it received the control.
None of the above.
VALUE clause is used to initialize the data items in the working storage section whereas INITIALIZE is used to initialize the data items in the procedure division.
Find Odd man out of JOB Statements:
CLASS
TYPRUN
PRTY
TYPERUN
How do you designate a comment in JCL
//
//*
/*
//**
Which takes highest priority when both STEP and JOB lib are present in JCL
STEP
JOB
BOTH
No priority
How many EXEC statements can be present in a single Job
225
255
128
365
COND is a parameter of
JOB Statement
EXEC Statement
NONE
Both JOB and EXEC statement
Temporary datasets can be created either by not specifying any DSNAME or by specifying the temporary file indicator as in
DSN=&&TEMP
DSN = &*TEMP
DSN = &TEMP
DSN =TEMP