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
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Define concatenating?
What is the format of comment statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What do you know about jcl?
What dd statement is used to supply the name of a dataset?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how you can direct the data to spool using SYSOUT option?
Mention the types of job control statements?
how do you access an uncataloged dataset in a jcl?
What is the purpose of dd * statement in jcl?
what is the resolution for sb37 error
Explain about ISPF/TSO Commands
What are the jcl procedures?
Is it possible to define dd statements as you want?