What is name of the debug tool for natural programs
DEBUG
TEST
CHECK
XPEDITOR
Which parameter will be used to stop the execution of a step(which resides in the proc) in JCL.
COND.STEPNAME=(GE,0)
COND.STEPNAME=(0,GE)
COND.STEPNAME=(0,LE)
COND.STEPNAME=(LE,0)
Which option will be used for spilitting the file using the records count
OUTFIL FILES
OUTREC FILES
A & B
NONE
What does abend code S806 signify
Operation Exception
Load module not found
Index exceeds the size of the table
COBOL sort failed
Which parameter is used to call the jcl from another jcl
JCLCAL
INTRDR
JCLCALL
What does AVGREC parameter will do
to specify the size of the file in terms of cylinders or tracks
to specify the size of a new dataset in terms of the number of records
to specify the size of the file in terms of bytes
None
Consider the following piece of code: IF NOT INPUT-EOF IF INPUT-REC-TYPE = '55' PERFORM 2100-PROCESS-WTN ELSE NEXT SENTENCE END-IF ADD +1 TO INPUT-COUNT. PERFORM TEST-1 If the value INPUT-REC-TYPE = '00' then what will happen to the value of INPUT-COUNT?
01
Will not change
56
Will change
Which all among the following are the Special Registers?
PR
PSW
PC
SP
Using which option a input file can be split into equal no.of output files
OUTREC FILES=(01,02,03,04,05,06,07,08,09,10),SPLIT
OUTREC=(01,02,03,04,05,06,07,08,09,10),SPLIT
OUTFIL FILES=(01,02,03,04,05,06,07,08,09,10),SPLIT
ALL
Block size(BLKSIZE) of a file should be multiple of
CYLINDERS of the file
LRECEL of the file
BUFSIZE of the file