How dummy is used in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
common jcl abends??
how would you create a temporary dataset? And where will you use them?
When will we need to specify Space parameter ?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
what is SOC4 error?
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
What does a disposition of (NEW,CATLG,DELETE) mean?
if we give TIME=0 how many sec that job/step
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?