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 |
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
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
Suppose I have five jobs to do. But I want to hold one?
How to find in aparticular step how many versions a paricular gdg base have?
How to execute only th 15th step of JCL consisting of 50 steps?
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.
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
//{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?
what is instream data
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
What is JOBLIB ?
How to print data of sequential file to Spool..?