Is stepname is a MUST and should be unique also for each
JOBSTEP ? or system can supply the stepname for a step which
is not given a name by the programmer ?
Answer Posted / rikdeb
If u give the same step name in one JCL it will issue a
warning.No error message will be thrown.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Describe the various parameters utilized in the creation of a gdg?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Explain the function of the dd dcb keyword?
a dd statement has 2 types of parameters. Name them?
What is condition checking in jcl? Is this possible?
What is the function of job statement in jcl?
Give the syntax of job specifying jcl statement.
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain about LMQUERY�give a dialog information about a data set
which parameter is used to check the syntax of a jcl without executing it?
When space is allocated for an output dataset, what units can be used?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What are the difference between jcl and jes?
what is DSN parameter and DISP parameter is used for?