how can we override data definitions in jcl.
can any one give detailed example
Answer Posted / sj@iy
Adding to that..
Parameters can be overridden on the EXEC statement in
addition to the DD statement.
Sample for overriding REGION parameter of STEP10 in PROC
//STEP10 EXEC PGM=Program1, REGION=56K
//*Overriding the REGION parameter for STEP10
//SAMPPROC EXEC PROC=PROC1, REGION.STEP10=72K
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How do you submit a job for execution?
What are s0c1, s0c4, s0c5, s0c7 and socb?
how can you check if a file is empty using jcl?
How to override loadlib?
What is the function of dd name parameter with a 2 part structure; audit.report?
Define concatenating?
List the various advantages of using jcl language?
what is SOC4 error?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Which statement is used to identify the private libraries in job?
Explain how can the attributes of one sms dataset be copied to another dataset?
In job processing, what happens in conversion stage?
Is it possible to define dd statements as you want?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What are the rules employed while naming the steps in a job?