I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / neha
if u submit it in my opinion it shud not give any errors as
it is allowed and i think every job would get its own
unique JES number and u cn view each one of them on the
spool according to their JES number....
not sure though...
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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 are the types of abends that occur on job failure? And explain the possible causes of these
What is the difference between run mode and addressing mode?
//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 do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Is there any command to check wether the ps file is in sorted order?
what are JCLLIB and STEPLIB in JCL?
List the different components of jcl statement?
What do you understand by the terms: joblib and steplib?
What are the rules employed while naming the steps in a job?
Explain how can a stopped job be started again?
How jcl is used for testing batch programs?
Explain the purpose of the dd keylen parameter?
What is the purpose of the dd keylen parameter?
How can a stopped job be started again?