in catalog procedure i have
step1 dd dsn=filea
dd dsn=fileb
dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
Answer Posted / madhavi
Hi We can override the specific files of a step as below.
Procname.step1 dd
dd dsn=file2
dd
We can override leaving blanks in DSN field of other files.
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
What is use of restart and how to use it?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
What is concatenating?
Explain dd statement in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
Which dd parameters are required?
How do you create a temporary dataset?
How to submit jcl through a cobol program?
What are the utility programs in jcl?
What is the function of job statement in jcl?
Is it possible to code instream data in a PROC?
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
How does jcl specify the job to the operating system?