Mainframe Programming - 2 Flashcards
is a SECTION allowed in the procedure division?
Yes
No
Yes
What do you enter to get into TSO?
LOG IN LOGON LOGOUT LOG ON LOGIN
LOGON
What is the maximum number of characters for a program name?
6 7 8 9 10
8
What does a compile NOT do for us?
finds error creates a load module reports on syntax errors reports on logic errors expands the CICS EXEC statements
reports on logic errors
What indicator do you use if to reconnect on TSO?
"S" "R" "P" "N" "X"
āSā
Is the IDENTIFICATION DIVISION optional in a COBOL program?
Yes
No
No
What statement is used in a COBOL program to output a text or variable?
display compute add perform output
display
Where is all the logic placed in the program?
Identification Division Environment Division Working-Storage Data Division Procedure Division
Procedure Division
What is the purpose of the Linkage Section?
To define the variables in the program
to allow for a calling program to pass information
to aid in the monitoring process of the logic
just there to look pretty
to monitor the processing of the program
to allow for a calling program to pass information
What picture do you use for a counter?
X
A
9
9