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
Which is the correct ASCII collating sequence?
spaces, special characters, 0-9, A-Z, a-z
spaces, a-z, A-Z, 0-9, special character
a-z, A-Z, 0-9, spaces, special characters
0-9, special characters, spaces, a-z, A-Z
When defining a file layout it is placed in the file section of the data division. Each record begins with an "01", a space, and the record name. Fields within a record traditionally began with 05?
This is an alternate name for the 05 name.
This is a breakdown of the 05 field.
This is another format for the field.
All of these answers.
Condition names are names associated with a field that take on a true/false status depending on whether their value is equal to the field value. They are indicated by a level number of what?
5
66
88
77
Which of the following isolation levels will lock all rows scanned to build a result data set?
Uncommitted Read
Cursor Stability
Read Stability
Repeatable Read