What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
Answer Posted / khajafairoz
TIME:-HOW MUCH TIME IS ALLOCATED FOR EXCUTING MY JOB.THE CPU
TAKE MORE TIME IT WILL ABEND S322 ERROR CODE.
PRTY:-IT WILL GIVE HIGEST PRTY FOR EXECUTING MY JOB.
CLASS:-THE CLASS PARAMETER TELL WHAT IS UR PROGRAM,WHO HAS
WRRITEN WHEN IT COMPILE.
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
what is SOC4 error?
what is JCL?
How do you submit a job for execution?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what is the use of JCL?
Is acct parameter mandatory?
What is NOTCAT ?
What is the function of dd disp parameter?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain the purpose of the dd keylen parameter?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Explain how can values be passed from the job stream to an executable program?
How can the submitting users racf authority be overridden in a job stream?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
//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 /*