If Name is NOT given for a JOB statement, then will it give
error or installation will supply it for the JOB ?
Answer Posted / saisankar
without job name it cannot be submitted.
it will ask you like this way
IKJ56700A ENTER JOBNAME CHARACTER(S) -
for info:saisankar85@gmail.com
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
how to compare two datasets without using superce because output is limited to 133 bytes
What do you know about jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the function of the steplib dd statement?
Describe the various parameters utilized in the creation of a gdg?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Which dd parameters are required?
what is the purpose of coding class parameter in job statement?
What is the purpose of dd * statement in jcl?
What is concatenating?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Is there any command to check wether the ps file is in sorted order?
Suppose I have five jobs to do. But I want to hold one?