What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
Answer Posted / mohan.chepuri
class is used to which job wil execute first
time is use to limited time to giv the run the job
prty is use to if class is equal to all jobs then prty is
use to check the prty cond and execute first
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what is the use of JCL?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Which dd parameters are required?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
In sms datasets, what is the function of the dd avgrec keyword?
Is there any command to check wether the ps file is in sorted order?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is use of restart and how to use it?
Explain how can values be passed from the job stream to an executable program?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Can we call instream to catalog and catalog to instream?
how can the same proc be re-used and called by many jobs?
What is the significance of addrspc parameter in the exec statement?
how to do automated restart when a job abends?
what is SOC4 error?