I have three files for one step i need to override the
third file how to do that in jcl?
Answer / pp
you can override 3 file.
//stepname.ddname dd
// dd
// dd dsn=give third file here
stepname can be found in proc
ddname can be found in proc
| Is This Answer Correct ? | 39 Yes | 0 No |
shall we concordinate two different length dataset in to a new date set.
What all are the changes to be made in JCL so as to do testing?
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
What is condition checking in jcl? Is this possible?
hi friends........if u know syntax of IEBEDIT IN JCL
Explain the purpose of the dd keylen parameter?
When output dataset space is required, what quantity categories are used?
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 methodology can be adapted to transfer data to a program that is coded using the exec statement?
can a job be submitted through jcl only? is there another way to submit a job?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.