How to concatenate different LRECL of files?
Answers were Sorted based on User's Feedback
Answer / rv rocks
IT IS POSSIBLE TO CONCATINATE DIFFRENT PS FILES OF DIFF. LRECL
BY SIMPLY PLACING IN THE DD STATEMENT SEQUENTIONALLY BUT
LARGEST LRECL SHOULD AT FIRST...
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / sravani
no,its not possible. for concatenation lrecl and record format
should be same. concatenation is not possible for tape datasets
| Is This Answer Correct ? | 4 Yes | 5 No |
Is it possible to define dd statements as you want?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
What are the jcl procedures?
How to execute 300 steps in a Job?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
Explain the purpose of dd * statement in jcl?
Can I send output of job to my remote device careerride123?
Can we write same stepname for one or more steps in on job ?
Please give me the coding for converting VB to FB and FB to VB
How is the record format of an output dataset specified?