Mainframe ISPF and JCL Commands

Test your knowledge of mainframe ISPF commands, JCL syntax, and dataset management operations

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

--------- Passes control information to the job step via the linkage section in the program?

  1. parm=value
  2. parm='value'
  3. parm=(value)
  4. parm(=value)
Question 2 Multiple Choice (Single Answer)

--------- Copies a single DD statement or group of DD statements into a job stream?

  1. Copy statement
  2. JCL statement
  3. Include statement
  4. None of the above
Question 3 Multiple Choice (Single Answer)

------- Used for storage, needed only for the duration of the job?

  1. Storage dataset
  2. Temporary dataset
  3. Both
  4. None of the above
Question 4 Multiple Choice (Single Answer)

---------- Specifies conditions for executing subsequent job steps. Can be used in the Job statement or the EXEC statement?

  1. JCL checking
  2. Job checking
  3. Conditional checking
  4. EXEC checking
Question 5 Multiple Choice (Single Answer)

---------- Field contains only an asterisk?

  1. Operation field
  2. Parameter field
  3. Label field
  4. Comments field
Question 6 Multiple Choice (Single Answer)

Identify the special DD name?

  1. JOBABEND
  2. JCLABEND
  3. SYSABEND
  4. STEPABEND
Question 7 Multiple Choice (Single Answer)

--------- Statement is used to mark the end of an in-stream procedure?

  1. EXEC statement
  2. CNTL statement
  3. PROC statement
  4. PEND statement
Question 8 Multiple Choice (Single Answer)

A JCL statement consists of one or more ---- bytes of records?

  1. 60
  2. 80
  3. 100
  4. 120
Question 9 Multiple Choice (Single Answer)

How can I find the last 10 datasets that I have accessed?

  1. RETP
  2. REFLIST
  3. REFRESH
  4. ACCESS DATASET
Question 10 Multiple Choice (Single Answer)

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?

  1. COMPARE COMMAND
  2. 3.13
  3. COMPARE SESSION
  4. 3.14
Question 11 Multiple Choice (Single Answer)

How to know what are the last 25 COMMAND LINE commands that I have issued from ISPF panel?

  1. RETP
  2. REFRESH
  3. REFLIST
  4. LAST COMMANDS
Question 12 Multiple Choice (Single Answer)

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?

  1. Press F1 once
  2. Press F1 twice
  3. press F11 twice.
  4. press F2 twice.
Question 13 True/False

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 ?

  1. True
  2. False
Question 14 Multiple Choice (Single Answer)

How can I find the last 10 datasets that I have accessed?

  1. RETP
  2. REFLIST
  3. ACCESS DATASET
  4. 3.4
Question 15 Multiple Choice (Single Answer)

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?

  1. COMPARE
  2. COMPARE LAST CHANGES
  3. COMPARE SESSION
  4. 3.13
Question 16 Multiple Choice (Single Answer)

How to know what are the last 25 COMMAND LINE commands that I have issued from ISPF panel?

  1. RETP
  2. REFLIST
  3. LAST COMMANDS
  4. 3.4
Question 17 Multiple Choice (Single Answer)

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?

  1. Press F1 Once
  2. Press F1 Twice
  3. Press F2 Twice
  4. Press F11 Twice
Question 18 True/False

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 ?

  1. True
  2. False
Question 19 Multiple Choice (Single Answer)

IDCAMS Utility can't be executed without the given the DD Statements?

  1. SYSPRINT and SYSIN.
  2. SYSPRINT and SYSOUT
  3. SYSOUT and SYSIN
  4. SYSUID and SYSIN