How to concatenate different LRECL of files?

Answers were Sorted based on User's Feedback



How to concatenate different LRECL of files?..

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

How to concatenate different LRECL of files?..

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

Post New Answer

More JCL Interview Questions

how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths

4 Answers   IBM,


When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?

6 Answers  


Suppose I have five jobs to do. But I want to hold one?

0 Answers  


How to find in aparticular step how many versions a paricular gdg base have?

4 Answers   TCS,


How to execute only th 15th step of JCL consisting of 50 steps?

12 Answers   Bank Of America,






I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

0 Answers   HP,


When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).

2 Answers  


//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?

2 Answers   CCS, CTS,


what is instream data

2 Answers   EDS,


Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember

3 Answers   HSBC,


What is JOBLIB ?

5 Answers   Xansa,


How to print data of sequential file to Spool..?

2 Answers  


Categories