Mainframe Systems: JCL, COBOL, VSAM, CICS, and ISPF

Test your knowledge of IBM mainframe technologies including JCL statement structure, COBOL programming, VSAM file access methods, CICS transaction processing, and ISPF utilities.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the ISPF Option to search particular string in dataset

  1. 3.12
  2. 3.4
  3. 3.1
  4. 3.14
Question 2 Multiple Choice (Single Answer)

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

  1. Positional
  2. Keyword
  3. Any of these
  4. None of these
Question 3 Multiple Choice (Single Answer)

How should a comment statement start in a JCL?

  1. //
  2. /*
  3. **
  4. //*
Question 4 Multiple Choice (Single Answer)

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

  1. KEYWORD
  2. POSITIONAL
  3. BOTH
  4. NONE
Question 5 Multiple Choice (Single Answer)

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

  1. 4
  2. 5
  3. 3
  4. 6
Question 6 Multiple Choice (Single Answer)

NAME Field is mandatory on which of the follwing statements?

  1. JOB
  2. DD
  3. EXEC
  4. All of the above
Question 7 Multiple Choice (Single Answer)

What is the first field in a standard JCL statement?

  1. Operational
  2. Identifier
  3. Parameter
  4. Comment
Question 8 Multiple Choice (Single Answer)

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
Question 9 Multiple Choice (Single Answer)

How many types of JCL parameters exists?

  1. 4
  2. 3
  3. 2
  4. 5
Question 10 Multiple Choice (Single Answer)

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
Question 11 Multiple Choice (Multiple Answers)

Input :- AA11 11AA BB22

  1. AA11
  2. 11AA
  3. BB22
  4. None of the above
Question 12 Multiple Choice (Multiple Answers)

Input :- AA11 11AA BB22

  1. BB22
  2. AA11
  3. 11AA
  4. 1
Question 13 Multiple Choice (Multiple Answers)

Input :- AA11 11AA BB22

  1. 11AA
  2. 2
  3. BB22
  4. AA11
Question 14 Multiple Choice (Multiple Answers)

Input :- AA11

  1. 'A '
  2. 'A2X'
  3. '12X'
  4. 'AA11'
Question 15 Multiple Choice (Multiple Answers)

Input :- AA11 AA11

  1. AA11
  2. 8
  3. 2
  4. 22
Question 16 Multiple Choice (Single Answer)

CICS command to issue two phase commit

  1. Commit
  2. Syncpoint
  3. Save
  4. DFHCOMMIT
Question 17 Multiple Choice (Single Answer)

Compiler option to check subscript out of range

  1. SSRANGE
  2. SUBRANGE
  3. RANGELIM
  4. LIMRANGE
Question 18 Multiple Choice (Single Answer)

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
Question 19 Multiple Choice (Single Answer)

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

  1. ZEROSPACE
  2. INITVALUES
  3. INITIALIZE
  4. SPACEZERO
Question 20 Multiple Choice (Single Answer)

A utility program that does nothing

  1. IEBNONE
  2. IEBGENER
  3. IEBDUMMY
  4. IEFBR14