Mainframe Development Fundamentals - COBOL, JCL, ISPF & DB2
Test your knowledge of core mainframe computing concepts including COBOL programming fundamentals, JCL job control language, ISPF data management utilities, and DB2 SQL programming.
Questions
Is compute w=u a valid statement ?
- True
- False
The advantages of structured programming are:
- to get rid of GO TO statements
- visibility and ease of understanding
- easy to debug the programs
- all the above
OCCURS clause can be used in 01 level.
- True
- False
Which of the following are the minimum requirements to compile a program without errors ?
- Identification Division.
- Program-ID.
- Program-name.
- All the above
REDEFINES clause can be used along with an OCCURS clause.
- True
- False
How many dimensions are allowed for a table?
- 4
- 5
- 6
- 7
The order of the WHEN clauses in EVALUATE statement is not significant.
- True
- False
How many subscripts or indexes are allowed for an OCCURS clause?
- 6
- 7
- 8
- 12
REDEFINES clause can be used in the FILE SECTION.
- True
- False
How do you retain a newly created Dataset?
- 2Movsave
- Mov2save
- Copy
- Save
- XMIT
- Savenmov
What is the meaning of GDG Generation reference for (+0)
- Previous generation
- Current Generation
- Next Generation
- All generations
What is the meaning of the SQL Code -811
- Multiple Rows
- Single Row
- No Rows
- Null Value
What is the file status for end of file operation
- 0
- 15
- 20
- 10
How many divisions are available in COBOL
- 3
- 5
- 2
- 4
Which is the Division where you map the logic file name to JCL DD name
- Identification Division
- Procedure Division
- Data Division
- Environment Division
Which is the parameter used to restart a JOB
- RESTART
- COND
- SPACE
- PROC
What is the ISPF Option to copy the data from one file another file
- 3.2
- 3.3
- 3.4
- 3.12