mainframe Online Quiz - 134
Description: mainframe Online Quiz - 134 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
COMM is
COND=EVEN?
NEXT SENTENCE & CONTINUE
Inorder to access a DS which had a DISP KEEP I should supply
01 WS-N PIC 9(2) VALUE ZERO.A-PARA MOVE 5 TO WS-N. PERFORM B-PARA WS-N TIMES. B-PARA. MOVE 10 TP WS-N. How many times will B-PARA be executed ?
What has to be done to force program to execute above 16 Meg line?
How do u skip the particular step in a proc/JCL?
U can call an OS VS COBOL pgm from a VS COBOL II pgm in CICS environment.
how many times Para1 will execute in the below code? 01 ws-var pc 9(1) perform para1 varying ws-var from 1 by 1 until ws-var>10
Can justified be used for all the data types?
Minimum number of members in one directory block?
Consider that you are editing a file/program and you want to know the changes you have done since the last SAVE command. How to find that?
Suppose you are in a ISPF Screen and want to know in which TSO Region( Development, Production, or other TSO regions) you are now . which command u will issue
While trying to open any member in a PDS, we sometimes come across "member in use" message. In that situation, if you want to know who is using the member currently, press F1 twice.
I want to know what are the last 25 COMMAND LINE commands that I have issued from ISPF panel.Which command does that .?
When I issue CUT , I know that the CUT content are placed in a clipboard. And when I issue PASTE, the clipboard content are pasted. But how i can view/edit the clipboard ?
Is it possible to execute a program from any library using the referback?
How does the system differentiates between JCL comment statements (i.e., //* statements) and JES3 Statements (which also start with //* ) ?