What is the exact difference between PRTY and DPRTY
Answer Posted / reddy
PRTY is used in job chord,
DPRTY is used in step chord, to priotizie in the steps in
the job.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the format of comment statement?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain the function of the steplib dd statement?
What is the syntax of JCL statement?
Explain the function of the dd dcb keyword?
Explain how can the submitting users racf authority be overridden in a job stream?
//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 /*
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is JCL?
How to run cobol program using jcl?
what happens in execution stage in job processing?
when does a dataset go uncataloged?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to submit a jcl from cics?