Mainframe Computing: COBOL, ISPF and Guardian OS
Test your knowledge of mainframe computing including COBOL programming, ISPF commands, and Guardian OS operations
Questions
A single point of control over the OLTP applications and programs are provided by
- PATHSEND
- PATHCOM
- Event Management Services
- PATHMON
The state "PENDING" of a TCP reveals that
- TCP cannot be started
- TCP received a STOP command
- TCP is stopped
- TCP is running and capable of controlling terminals
The Guardian error number "ERROR 12" represents
- Invalid File
- File is full; cannot write
- File is in Use
- Cannot find the file
The screen cobol object libraries are maintained in
- FUP
- COBOL UTILITY
- TACL MACROS
- SCUP
The Guardian OS provides the below file for requestor-server communication in a pathway environment
- $REQ-SERVER
- $SEND
- $RECEIVE
- option 2 and 3
From ISPF screen, what is the command to know in which TSO Region ( Development, Production, or other TSO regions) you are currently working in ?
- TSO AREA
- RAREA
- SAREA
- FAREA
To know who is using the member currently when we get “member in use” message in ISPF, what command to be issued?
- Press F1 twice
- Press F4 twice
- Press F6 twice
- Press F2 twice
What command to know the last 25 COMMAND LINE commands you have issued from ISPF panel?
- CMPT
- RETP
- CL25
- CLCM
When CUT command is issued ,the cut content is placed in clipboard.Is it possible to view/edit the clipboard with any command?
- can only view the clipboard , edit is not possible
- view/edit both not possible with any command
- view/edit both possible with CUT SHOW command
- view/edit both possicle with CUT DISPLAY command
There is a command similar to Wordwrap (as in Notepad or MS WORD) in ISPF mainframe.
- True
- False
How many comparisons can a single COBOL if statement make?
- 1
- 2
- no limit
- 99
Which of the following errors are possible within a COBOL if statement?
- Infinite loop
- Logical Error
- Runtime Error
- All of the above