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 / vinay sonar
No,the step name need not to be unique.the job will get
abend and you will get JCL ERROR as 'JOB HAS NO STEPS'
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about LMQUERY�give a dialog information about a data set
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
When output dataset space is required, what quantity categories are used?
How is the record format of an output dataset specified?
Mention the types of job control statements?
In job processing, what happens in conversion stage?
What dd statement is used to supply the name of a dataset?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
how do you code a null statement?
Which dd parameters are required?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
When space is allocated for an output dataset, what units can be used?
Are there any set of rules for the names of the steps used in a job? What are they?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?