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
PRODSAR
DEVSAR
SAREA
WHR
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.
True
False
I want to know what are the last 25 COMMAND LINE commands that I have issued from ISPF panel.Which command does that .?
RETP
REAPET
REAP
RET
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 ?
Using CLIP DISPLAY.
Using CLIPBOARD DISPLAY.
Using COPY DISPLAY.
Using CUT DISPLAY.
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 //* ) ?
If the 4th column contains JES3 keyword, the line is considered to be JES3 statement, else it is
System can't differentiates
If the 3rd column contains JES3 keyword, the line is considered to be JES3 statement, else it is
If the 1st column contains JES3 keyword, the line is considered to be JES3 statement, else it is
We know that JOBLIB statement must be placed after the JOB statement and before the first EXEC statement in the job. But, the STEPLIB statement can
be placed only at first DD statement in the step
be placed in the program
be placed anywhere in the particular step’s JCL
not be placed any where in the JOB
which specification gives maximum time for a JOB?
TIME=MAX
TIME=UNLIMITED
TIME=MAXIMUM
TIME=NOLIMIT
For KSDS or RRDS , when DELETE statement is used, the file must be opened in I-O Mode.
SEARCH ALL condition only test an equal condition.