0

mainframe Online Quiz - 49

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

What is the ISPF Option to search particular string in dataset

  1. 3.12

  2. 3.4

  3. 3.1

  4. 3.14


Correct Option: D

Which of the parameters are coded first in a JCL statement?

  1. Positional

  2. Keyword

  3. Any of these

  4. None of these


Correct Option: A

How should a comment statement start in a JCL?

  1. //

  2. /*

  3. **

  4. //*


Correct Option: D

Which of the parameters is interpreted by the OS based on the order they are presented?

  1. KEYWORD

  2. POSITIONAL

  3. BOTH

  4. NONE


Correct Option: B

Each statement ni a JCL is logically divided into HOW MANY number of fileds?

  1. 4

  2. 5

  3. 3

  4. 6


Correct Option: B

NAME Field is mandatory on which of the follwing statements?

  1. JOB

  2. DD

  3. EXEC

  4. All of the above


Correct Option: A

What is the first field in a standard JCL statement?

  1. Operational

  2. Identifier

  3. Parameter

  4. Comment


Correct Option: B

If you have to continue your parameters on to next line, which column should the parameter start in the next line?

  1. between 12 - 16 columns

  2. between 4 - 16 columns

  3. between 8 - 12 columns

  4. any where


Correct Option: B

How many types of JCL parameters exists?

  1. 4

  2. 3

  3. 2

  4. 5


Correct Option: C

When will the system assume that a parameters field is complete?

  1. when a DOT is encountered

  2. When a SPACE is encountered

  3. When a // is encountered

  4. None of the above


Correct Option: B

Input :- AA11 11AA BB22

  1. AA11

  2. 11AA

  3. BB22

  4. None of the above


Correct Option: B

Input :- AA11 11AA BB22

  1. BB22

  2. AA11

  3. 11AA

  4. 1


Correct Option: B

Input :- AA11 11AA BB22

  1. 11AA

  2. 2

  3. BB22

  4. AA11


Correct Option: C

Input :- AA11

  1. 'A '

  2. 'A2X'

  3. '12X'

  4. 'AA11'


Correct Option: C

Input :- AA11 AA11

  1. AA11

  2. 8

  3. 2

  4. 22


Correct Option: A

CICS command to issue two phase commit

  1. Commit

  2. Syncpoint

  3. Save

  4. DFHCOMMIT


Correct Option: B

Compiler option to check subscript out of range

  1. SSRANGE

  2. SUBRANGE

  3. RANGELIM

  4. LIMRANGE


Correct Option: A

VSAM file in which the the records are written in the order in which they are included in the file

  1. KSDS

  2. RRDS

  3. ESDS

  4. LDS


Correct Option: C

The COBOL command to move spaces to alphanumeric fields and zeros to numeric fields

  1. ZEROSPACE

  2. INITVALUES

  3. INITIALIZE

  4. SPACEZERO


Correct Option: C

A utility program that does nothing

  1. IEBNONE

  2. IEBGENER

  3. IEBDUMMY

  4. IEFBR14


Correct Option: D
- Hide questions