Each statement ni a JCL is logically divided into HOW MANY number of fileds?
4
5
3
6
NAME Field is mandatory on which of the follwing statements?
JOB
DD
EXEC
All of the above
What is the first field in a standard JCL statement?
Operational
Identifier
Parameter
Comment
If you have to continue your parameters on to next line, which column should the parameter start in the next line?
between 12 - 16 columns
between 4 - 16 columns
between 8 - 12 columns
any where
How many types of JCL parameters exists?
2
When will the system assume that a parameters field is complete?
when a DOT is encountered
When a SPACE is encountered
When a // is encountered
None of the above
Input :- AA11 11AA BB22
AA11
11AA
BB22
1
Input :- AA11
'A '
'A2X'
'12X'
'AA11'