mainframe Online Quiz - 117
Description: mainframe Online Quiz - 117 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Can I specify dummy VSAM dataset with AMP = 'AMORG' in a JCL?
How can submitting user's RACF authority be overridden in a job stream?
Many JCL statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Can an individual step be restricted from using all the job's allowed CPU time?
What is the maximum length of a single line of JCL?
What will happen if I change the below code MOVE ZERO TO TOTAL . PERFORM VARYING I FROM 1 BY 1 UNTIL I > 100 COMPUTE TOTAL = TOTAL + ITEM(i) * DISCOUNT END-PERFORM to the follwing code MOVE ZERO TO TOTAL PERFORM VARYING I FROM 1 BY 1 UNTIL I > 100 COMPUTE TOTAL = TOTAL + ITEM(i) END-PERFORM COMPUTE TOTAL = TOTAL * DISCOUNT
If you are accessing ESDS VSAM file , then in cobol if you don't prefix the ddname with 'AS-' Then which abend might occur when attempting to open a dataset??
MERGE statement can have
For KSDS or RRDS ,when DELETE statement is used the file must be opened in