after submiting the jcl.how do you know that the job has
been completed.
Answer Posted / mimo
You can either check your JOB spool or JES
BUT if you added NOTIFY='user' on your JCL then you will
receive a confirmation message when job the ends.
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
What is Cataloged Procedures?
what JCL Procedures?
how to do automated restart when a job abends?
List the different components of jcl statement?
what is use of dsn parameter in dd statement?
what is use of dcb parameter in dd statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is NOTCAT ?
Name a few IBM utility programs, and explain its function.
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how can you check if a file is empty using jcl?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
How can the submitting users racf authority be overridden in a job stream?
Explain how can the attributes of one sms dataset be copied to another dataset?