A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ?
//InputF DD DSN=ID.File1
DSN=ID.File2
DSN=ID.File3
Answer / vipul chougule
Concartinate input data sets
SYSIN DD DSN = file1
DSN = file2
DSN = file3
| Is This Answer Correct ? | 15 Yes | 1 No |
How jcl is used for testing batch programs?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
In which table PLAN is registered in ?
Explain the function of the dd dcb keyword?
Where can program checkpoints be stored for use in a restart?
How to see the COMP3 value(packd decimal)
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain how can values be passed from the job stream to an executable program?
what happens in conversion stage in job processing?
what does mvs stand for?
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,