Which option is used to create the form layout ?
A
Z
L
W
“SELECT FILE-1 ASSIGN TO INFILE”, in this statement what is the logical and physical file name?
Logical- FILE-1, Physical- INFILE
Logical- INFILE, Physical- FILE-1
Logical- None, Physical-ASSIGN
None of them
Identify which of the following is not a library commands?
MOD
NEW
REP
OLD
Linkage section is present in which division?
Identification
Procedure
Data
Environment
the functionality below and identify the function in DPS: “Saves a changed form in an area of storage where a copy currently exists”.
SAV
All the divisions should be start from?
12-72
11-18
Area B
Area A
Which of the following errors are possible within a COBOL if statement?
Infinite loop
Logical Error
Runtime Error
All the above
What is the DISPOSITION of a dataset if the DISP field is not coded in the JCL?
(NEW,CATLG,CATLG)
(NEW,DELETE,DELETE)
(NEW,CATLG,DELETE)
(OLD,CATLG,UNCATLG)
What does TIME=1440 mean on a job card?
CPU time is 1440
Run time is 1440
No CPU limit for the job
Gives S322 abend after 1440 cpu time
TYPE=SCAN What does it do?
Scans JCL for errors
Invalid Syntax
Scans for previous executing jobs
Does nothing