after submiting the jcl.how do you know that the job has
been completed.
Answer Posted / vimal raj
You can see your job completion in you IOF, with the job
name and your job id
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Must tape dataset definitions include vol=ser specifications?
in ways data can be passed to a COBOL program from JCL?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the function of dd name parameter with a 2 part structure; audit.report?
how can the same proc be re-used and called by many jobs?
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
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is job control language?
Is it possible to left uncode disp? If yes, how?
What parameter directs the output of the job log dataset?
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 happens if both JOBLIB & STEPLIB is specified ?
//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 /*
which parameter is used to check the syntax of a jcl without executing it?