mainframe Online Quiz - 117
Description: mainframe Online Quiz - 117 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Attempted
0/20
Correct 0
Score 0
‹
›
Can I specify dummy VSAM dataset with AMP = 'AMORG' in a JCL?
DEFINE ALIAS command creates an alias for
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 purpose of DD DUMMY statement?
I am using internal sort in my cobol program . Is there any way to test the return code of operation???
which command cerates an alias for the VSAM base cluster
MOVE ZEROS TO TOTAL-OUT, TOTAL-OUT may have an __________ picture clause.
WS-TAX-IN PIC 9(4) VALUE '1234'. WS-TAX-OUT PIC 9(3). MOVE WS-TAX-IN TO WS-TAX-OUT. What is the value WS-TAX-OUT contain?