0

mainframe Online Quiz - 118

Description: mainframe Online Quiz - 118
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0

--------- 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)


Correct Option: B
  1. Copy statement

  2. JCL statement

  3. Include statement

  4. None of the above


Correct Option: C
  1. Storage dataset

  2. Temporary dataset

  3. Both

  4. None of the above


Correct Option: B

---------- 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


Correct Option: C
  1. Operation field

  2. Parameter field

  3. Label field

  4. Comments field


Correct Option: B
  1. JOBABEND

  2. JCLABEND

  3. SYSABEND

  4. STEPABEND


Correct Option: C

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

  1. EXEC statement

  2. CNTL statement

  3. PROC statement

  4. PEND statement


Correct Option: D

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

  1. 60

  2. 80

  3. 100

  4. 120


Correct Option: B

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

  1. RETP

  2. REFLIST

  3. REFRESH

  4. ACCESS DATASET


Correct Option: B

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


Correct Option: C

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


Correct Option: A

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


Correct Option: A

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


Correct Option: C

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


Correct Option: A

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


Correct Option: A
  1. SYSPRINT and SYSIN.

  2. SYSPRINT and SYSOUT

  3. SYSOUT and SYSIN

  4. SYSUID and SYSIN


Correct Option: A
- Hide questions