how to override PROC? please give answer in details. Please
mention how to write it in JCL. Thanks in advance.
Answer Posted / abhilash
What you want to override in a PROC?
Lets take an example
//STEPA EXEC DEBASIS
inside the PROC DEBASIS we have
//STEPA001 EXEX .......,TIME=10
//DD01 DD .......
If you want to override a Step inside the PROC,
In JCL
//STEPA EXEC DEBASIS,TIME.STEPA001=20
If you want to override a DD statement
In JCL
//STEPA EXEC DEBASIS
//STEPA001.DD01 DD parameter=value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can values be passed from the job stream to an executable program?
what is the use of IEBGENER utility?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
in ways data can be passed to a COBOL program from JCL?
what are the statements that are not valid to be included in an include statement?
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
Is it possible to code instream data in a PROC?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What do you know about jcl?
Is condition checking possible in jcl? If yes, how?
What are the difference between jcl and jes?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?