Mainframe ISPF and JCL Commands
Test your knowledge of mainframe ISPF commands, JCL syntax, and dataset management operations
Questions
--------- Passes control information to the job step via the linkage section in the program?
- parm=value
- parm='value'
- parm=(value)
- parm(=value)
--------- Copies a single DD statement or group of DD statements into a job stream?
- Copy statement
- JCL statement
- Include statement
- None of the above
------- Used for storage, needed only for the duration of the job?
- Storage dataset
- Temporary dataset
- Both
- None of the above
---------- Specifies conditions for executing subsequent job steps. Can be used in the Job statement or the EXEC statement?
- JCL checking
- Job checking
- Conditional checking
- EXEC checking
---------- Field contains only an asterisk?
- Operation field
- Parameter field
- Label field
- Comments field
Identify the special DD name?
- JOBABEND
- JCLABEND
- SYSABEND
- STEPABEND
--------- Statement is used to mark the end of an in-stream procedure?
- EXEC statement
- CNTL statement
- PROC statement
- PEND statement
A JCL statement consists of one or more ---- bytes of records?
- 60
- 80
- 100
- 120
How can I find the last 10 datasets that I have accessed?
- RETP
- REFLIST
- REFRESH
- ACCESS DATASET
When 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?
- COMPARE COMMAND
- 3.13
- COMPARE SESSION
- 3.14
How to know what are the last 25 COMMAND LINE commands that I have issued from ISPF panel?
- RETP
- REFRESH
- REFLIST
- LAST COMMANDS
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 once
- Press F1 twice
- press F11 twice.
- press F2 twice.
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 is it possible to view/edit the clipboard ?
- True
- False
How can I find the last 10 datasets that I have accessed?
- RETP
- REFLIST
- ACCESS DATASET
- 3.4
When 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?
- COMPARE
- COMPARE LAST CHANGES
- COMPARE SESSION
- 3.13
How to know what are the last 25 COMMAND LINE commands that I have issued from ISPF panel?
- RETP
- REFLIST
- LAST COMMANDS
- 3.4
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 Once
- Press F1 Twice
- Press F2 Twice
- Press F11 Twice
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 is it possible to view/edit the clipboard ?
- True
- False
IDCAMS Utility can't be executed without the given the DD Statements?
- SYSPRINT and SYSIN.
- SYSPRINT and SYSOUT
- SYSOUT and SYSIN
- SYSUID and SYSIN