mainframe Online Quiz - 112
Description: mainframe Online Quiz - 112 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
What is a lock in DB2?
What are all the file organizations that INSYNC can read and write.
Syntax for "CRTDATE"
Syntax for "DYNAMICACB#"
To exclude the RDW we can use "RDW=ON" in the control card
Which Batch Keyword is used to determine how Unformatted comparison reports should display
The --------- batch keyword controls whether excluded fields in select tables are reported
REXX means
When the language processor transfers control to another routine or another part of the exec, it sets the ----special variable to the line number from which the transfer occurred.
----- Causes REXX to stop executing the current DO-END loop
/REXX/ Do forever Say ‘Enter the code :’ Pull code If code = ‘BYE’ then Leave; end Exit Based on the above REXX, what is true?
What is the result for the command "SUBSTR('MVS',1,5)"
what the Command "“DROPBUF 0” will do?
"MAKEBUF" Push ‘TCS’ Push ‘TATA’ Push ‘CONSULTANCY’ Push ‘SERVICES’ "QELEM" "DROPBUF" "QELEM" What will be returned by "QELEM" in step 6 and 8 ?
"QSTACK" "NEWSTACK" "NEWSTACK" "QSTACK" What will the last "QSTACK" will return.
What is a 66 level in COBOL used for?
What is a 77 level in COBOL used for?
Is this variable definition correct?