what is use of dsn parameter in dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
How is the keyword DUMMY used in JCL?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
List some valid operation codes in JCL
In how ways you can pass the data from Jcl to cobol ?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
How to identify in JCL that an input file is empty without reading it?
how to create gdg with out using idcams utility
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.