mainframe Online Quiz - 136
Description: mainframe Online Quiz - 136 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
DATASORT allows you to sort data records between header records and trailer records.
Identify the correct syntax.
Identify the correct sysntax:
Which one is not a Non Numeric picture clause?
How many Paragraphs are optional in Identification Division?
DBCS (Double Byte Character Set) is used in the applications that support large character sets.
Find out the correct statements:
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:
How do you designate a comment in JCL
Which takes highest priority when both STEP and JOB lib are present in JCL
How many EXEC statements can be present in a single Job
COND is a parameter of
Temporary datasets can be created either by not specifying any DSNAME or by specifying the temporary file indicator as in
//MYJOB JOB (1111),'XXXX' //STEP1 EXEC PGM=DO12 //INFILE DD DSN=TEST.PXXXX.V01.TEST.LIB, // UNIT=SYSDA What this UNIT parameter specifies
We can use Virtual storage for a Dataset
SPACE parameter is to allocate
Wats the additional storage is used when primary storage in Cylinder space is not sufficient
DCB Expansion
End of Procedure can be indicated by