How to concatenate different LRECL of files?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

605


in ways data can be passed to a COBOL program from JCL?

669


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

649


What is Cataloged Procedures?

713


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

860






What is the purpose of dd?

728


which utility is used to sort a file in jcl?

750


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

728


What is the purpose of disp parameter?

645


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8681


what are JCLLIB and STEPLIB in JCL?

675


When space is allocated for an output dataset, what units can be used?

751


how to compare two datasets without using superce because output is limited to 133 bytes

1482


What are the parameter we cannot use in procedure?

640


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1801