Mainframe Technologies: Endevor, COBOL, JCL, and VSAM

Test your knowledge of mainframe computing including Endevor change management, COBOL programming, JCL (Job Control Language), VSAM data sets, and dataset management concepts.

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

How many extents are possible for a sequential file,VSAM file

  1. 10 for sequential, 120 for VSAM
  2. 16 for sequential, 123 for VSAM
  3. 10 for sequential, 10 for VSAM
  4. 16 for sequential, 16 for VSAM
Question 2 Multiple Choice (Multiple Answers)

If you do not know the space required by a dataset then you allocate the maximum space to it. How do you free up the unused spaces.

  1. Use Unallocate
  2. Use RLSE parameter in SPACE
  3. both of the above
  4. none of the above
Question 3 Multiple Choice (Multiple Answers)

What does Time=1440 sgnify?

  1. The job can execute for 1440 CPU secs
  2. The job can execute for 1440 CPU minutes
  3. No CPU time limit to be applied
  4. None of the above
Question 4 Multiple Choice (Multiple Answers)

What is the prefix character for the symbolic parameters

  1. %
  2. @
  3. &
  4. #
Question 5 Multiple Choice (Multiple Answers)

What is the purpose of the REGION keyword

  1. specifies the amount of space required by a step
  2. specifies the amount of space required by a job
  3. both of the above
  4. none of the above
Question 6 Multiple Choice (Multiple Answers)

If a generation data set is specified as input without the generation number, what will the input to the DD ?

  1. the most recent generation created
  2. the last reference to GDG no in step
  3. concatenation of all the cataloged generations
  4. JCL error retunred by the job
Question 7 Multiple Choice (Multiple Answers)

If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

  1. Without the generation number
  2. As the (+1) generation
  3. As the (0) generation
  4. Either option 1 or 2
  5. Either option 1 or 3
Question 8 Multiple Choice (Multiple Answers)

What parameter of the job statement is used to limit the CPU time consumed by the job?

  1. RUNTIME
  2. TIME
  3. LIMIT
  4. EXECMAX
Question 9 Multiple Choice (Single Answer)

What is the purpose of DD DUMMY statement

  1. Marks a deleted DD statement
  2. Specifies no space allocation & no disposition processing
  3. Suppress command processing
  4. Begins an interpreted command stream
Question 10 Multiple Choice (Single Answer)

What is the maximum length of a single line of JCL

  1. 71
  2. 80
  3. 60
  4. 55
Question 11 True/False
  1. Can I redefine an X(200) field with a field of X(100).
  1. True
  2. False
Question 12 Multiple Choice (Single Answer)
  1. What is the file status for Logic error?
  1. 44
  2. 92
  3. 61
  4. 89
Question 13 Multiple Choice (Single Answer)
  1. What compiler option would you use for dynamic linking?
  1. DYNM
  2. NDYNAM
  3. DYNA
  4. DYNAM
Question 14 Multiple Choice (Single Answer)
  1. The maximum number of dimensions that an array can have in COBOL-85 is -----?
  1. 6
  2. 8
  3. 7
  4. 9
Question 15 Multiple Choice (Single Answer)

DCB for LOADLIB should be

  1. LRECL= 80, RECFM=FB
  2. LRECL=225, RECFM=VB
  3. LRECL=80,RECFM=U
  4. LRECL=80, RECFM=VB
Question 16 Multiple Choice (Single Answer)

Which is not the stage in Endevor Life cycle?

  1. UT
  2. QA
  3. INT
  4. None
Question 17 Multiple Choice (Single Answer)

Which of the below is incorrect taking Endevor advantage into consideration?

  1. Traceability
  2. Audit or verify any Action
  3. Not version control
  4. Creation of executables automatically
Question 18 Multiple Choice (Single Answer)

What is the minimum number of environment stages in Endevor?

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

What functions can be performed in Endevor?

  1. View and retrieve prior levels of elements
  2. Only view prior levels of elements
  3. Only retrieve prior levels of elements
  4. None
Question 20 Multiple Choice (Single Answer)

Integration stage procedure includes the following

  1. Retrieving elements from production
  2. changing elements
  3. Moving elements to production
  4. All of the above