What is the maximum characters/bytes that can be send from JCL to COBOL
255
80
100
72
The GDG is created in the first step and it is used in the second step. What are all changes we should do if the job abended in the 2nd step?
Restart parameter should be used
Have to start from the 1st step again to get the GDG to be created again
The GDG version should be changed from (+1) to (0)
None of the above
Two types of characters are allowed in the Name field
Alphanumeric
Numeric
National
all of the above
National Characters are:
*, &, %
@, $, #
(, ), &, *
%, @, #
If the Name field is not coded then the operand field can start at Column 4 itself
True
False
what TYPRUN=JCLHOLD will do?
checks for the syntax error and will hold the job
checks for the syntax error
will hold the Job
will hold the job and after the job is released it wil check for the syntax error
COND=(code,operator,stepname). What is the range of the code in this COND?
1 - 255
1 - 4095
1 - 9999
1 - 5000
if more than one sub-paramter or if there is any special character then enclose withing quotes/paranthesis. Max of 100 characters can be passed to cobol pgm including quotes/paranthesis
All the parameters suffixed by "=" are keyword parameter. except:
LABEL=
PGM=
PROC=
SKIP=
while concatenating input files if the block size is different then largest should be coded fisrt