0

mainframe Online Quiz - 79

Description: mainframe Online Quiz - 79
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0
  1. Value in Directory Blk

  2. Value in Blk Size

  3. Both

  4. None of the above


Correct Option: A

What is the minimum number of PDS in one Directory

  1. 4

  2. 5

  3. 6

  4. 7


Correct Option: C

which is the utility to copy sequential datasets

  1. IEBCOPY

  2. IEBGENER

  3. IEFBR14

  4. IDCAMS


Correct Option: B

Why occurs can not be used in 01 level ?

  1. 01 is record level

  2. No multiple record level fields

  3. Occurs repeat the fields only

  4. All of the above


Correct Option: D

Read the following code. 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 to ws-n. How many times will b-para be executed ?

  1. 5

  2. 10

  3. infinite

  4. Never


Correct Option: A

How to create LIKE table

  1. Using the CREATE parameter in a LIKE table statement

  2. Using the LIKE parameter

  3. Using the LIKE parameter in a CREATE table statement

  4. None of the above


Correct Option: C

What is SPUFI

  1. SQL processing using file input

  2. SQ Linear processing using file input

  3. SQL processing using file

  4. None of the above


Correct Option: A
  1. SSRANGE

  2. COBOL COMPILER

  3. SYSTEM

  4. DFSORT


Correct Option: D

Abend code NAT0080?

  1. command or program name must start with a letter

  2. Output work file is full

  3. Numeric field is not allowed

  4. move operation failed


Correct Option: A

Abend code NAT0082?

  1. Format/ length conflict

  2. Invalid data for numeric input field

  3. Error during open processing

  4. Text is invalid command or program does not exist in the library


Correct Option: D

Abend code NAT0932?

  1. Format/ length conflict

  2. Input value for numeric field is not numeric

  3. program version error

  4. none of the above


Correct Option: C

Abend code NAT0936?

  1. Target field too small for field portion

  2. Format/ length conflict

  3. The output work file is full

  4. Error during open processing


Correct Option: B
  1. Response code from adabas vista

  2. The output work file is full

  3. program version error

  4. Input value for numeric field is not numeric


Correct Option: D
  1. Input not available

  2. Target field too small for field portion

  3. Numeric value truncated in Move/ Assign operation

  4. Invalid data for numeric input field


Correct Option: C

Abend code NAT1314?

  1. Target field too small for field portion

  2. The output work file is full

  3. Text is invalid command or program does not exist in the library

  4. option 2 & 3


Correct Option: A
  1. no input file

  2. program not available in the library

  3. The output work file is full

  4. invalid program name


Correct Option: C
  1. program version error

  2. Numeric value truncated in Move/ Assign operation

  3. Target field too small for field portion

  4. Invalid data for numeric input field


Correct Option: D
  1. Error during open processing

  2. Response code from adabas vista

  3. The length of the record to be written exceeds the output dataset record length

  4. Format/ length conflict


Correct Option: C

Can DFSORT merge 17 files into a single file (using conventional merge)

  1. True

  2. False


Correct Option: B

Will steplib override the job library during execution?

  1. True

  2. False


Correct Option: A
- Hide questions