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.
Questions
How many extents are possible for a sequential file,VSAM file
- 10 for sequential, 120 for VSAM
- 16 for sequential, 123 for VSAM
- 10 for sequential, 10 for VSAM
- 16 for sequential, 16 for VSAM
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.
- Use Unallocate
- Use RLSE parameter in SPACE
- both of the above
- none of the above
What does Time=1440 sgnify?
- The job can execute for 1440 CPU secs
- The job can execute for 1440 CPU minutes
- No CPU time limit to be applied
- None of the above
What is the prefix character for the symbolic parameters
- %
- @
- &
- #
What is the purpose of the REGION keyword
- specifies the amount of space required by a step
- specifies the amount of space required by a job
- both of the above
- none of the above
If a generation data set is specified as input without the generation number, what will the input to the DD ?
- the most recent generation created
- the last reference to GDG no in step
- concatenation of all the cataloged generations
- JCL error retunred by the job
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?
- Without the generation number
- As the (+1) generation
- As the (0) generation
- Either option 1 or 2
- Either option 1 or 3
What parameter of the job statement is used to limit the CPU time consumed by the job?
- RUNTIME
- TIME
- LIMIT
- EXECMAX
What is the purpose of DD DUMMY statement
- Marks a deleted DD statement
- Specifies no space allocation & no disposition processing
- Suppress command processing
- Begins an interpreted command stream
What is the maximum length of a single line of JCL
- 71
- 80
- 60
- 55
- Can I redefine an X(200) field with a field of X(100).
- True
- False
- What is the file status for Logic error?
- 44
- 92
- 61
- 89
- What compiler option would you use for dynamic linking?
- DYNM
- NDYNAM
- DYNA
- DYNAM
- The maximum number of dimensions that an array can have in COBOL-85 is -----?
- 6
- 8
- 7
- 9
DCB for LOADLIB should be
- LRECL= 80, RECFM=FB
- LRECL=225, RECFM=VB
- LRECL=80,RECFM=U
- LRECL=80, RECFM=VB
Which is not the stage in Endevor Life cycle?
- UT
- QA
- INT
- None
Which of the below is incorrect taking Endevor advantage into consideration?
- Traceability
- Audit or verify any Action
- Not version control
- Creation of executables automatically
What is the minimum number of environment stages in Endevor?
- 4
- 2
- 3
- 1
What functions can be performed in Endevor?
- View and retrieve prior levels of elements
- Only view prior levels of elements
- Only retrieve prior levels of elements
- None
Integration stage procedure includes the following
- Retrieving elements from production
- changing elements
- Moving elements to production
- All of the above