How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answer Posted / madhuri tungal
Take a look @ below example.
in JOB
//.......JOB....
//.... JCLLIB OREDR=(PROC-LIB)
//STEP1 EXEC PROC-NAME
//PROCSTEP.DDNAME DD DSN=.......
//...
//...
/*
| Is This Answer Correct ? | 56 Yes | 6 No |
Post New Answer View All Answers
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is the function of dd name parameter with a 2 part structure; audit.report?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
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
Differentiate between addressing mode and run mode.
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain how can return codes be tested before execution of a job step?
What is catelog procedure and how many catelog procedure to use in one job?
How to override loadlib?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain the purpose of the dd keylen parameter?
What is notcat 2 - gs?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE