mainframe Online Quiz - 141
Description: mainframe Online Quiz - 141 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
XREF option applicable in vertical mode?
Command used to convert browse mode to edit mode
Can you access QSAM (seq) files from CICS?
What is the difference between physical map and symbolic map?
In which table would you make an entry for a BMS map?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get included and that is it called?
What is CICS ?
are the two outputs created as a result of generation of a map?
How do you use extended attributes?
How do you read from a TSQ?
What are the 3 working storage fields used for every field on the map?
What is the code for the error condition "Empty File"?
How can we check whether DB2 environment is available for use ?
Which instruction is used to transfer the control to a subroutine?
Which TSO command is used to read / write a file?
Which ISPEXEC statement is used to retrieve values from ISPF profile?
data = ‘DO 3; SAY “HELLO THERE!”;END’ _____ data;. Complete the above code. So that it prints “Hello there!” thrice.