The execute diagnostic facility that can be used for debugging CICS programs
CEDA
CESN
CEDF
CEBR
Name the divisions in COBOL program?
Identification, Environment, Working Storage, Procedure.
Identification, Environment, Data, Procedure.
Identification, Environment, Data, Linkage.
Identification, File section, Environment, Procedure.
What is not the component of a COBOL program?
Section
Paragraph
Modules
Division
Level used for Rename is
77
88
66
99
Level used for condition is
What is the difference between 01 & 77 levels?
77- Describe Elementary item, 01- Describe elementary and group items
01- Describe Elementary item, 77- Describe elementary and group items
77- Describe group item, 01- Describe elementary and group items
77- Describe conditional item, 01- Describe rename items
Can I redefine an X(100) field with a field of X(200)?
True
False
Which is not a figurative constant below:
Zero
Zeroes
Zeros
0
Are PIC 9.99 and PIC 9V99 similar?
What is the PIC representation for +123.876?
PIC S9(3).999
PIC 9(3).999
PIC S9(3)V999
PIC 9(3)V999