When is a scope terminator mandatory?
in-line PERFORMS
EVALUATE
IF
all
How many file open modes are there?
2
3
4
5
In an EVALUTE statement is the order of the WHEN clauses significant?
True
False
Which all modes of opening is required when WRITE is used?
Input
Output
Input-Output
Extend
A space is required after the comma in the table reference. i.e. A(I, J). If the space is not present,
compilation error
no error
depends on compiler
none
What else can we code instead of STOP RUN in a stand-alone COBOL program to have the same functionality
FINISH
GO BACK
STOP
EXIT
What does SYSIN DD statement do
What fields to sort
What format data is in
What order to sort into
What type of sort to use
While using the IEBCOMPR utility or 3.15 search in ISPF when are 2 datasets considered equal
Corresponding members contain the same number of records
Note lists are in the same position within corresponding members
Corresponding records and keys are identical
Corresponding directory user data fields are identical
IEBCOMPR should never be used to compare
Load Modules
sequential data sets
partitioned data sets
PDSEs at the logical record level to verify a backup copy
What is the default for the TIME parameter if it is not coded on the EXEC statement?
30 minutes of the CPU time
1440 minutes of the CPU time
1 hour of the CPU time
2 hours of the CPU time