Author |
Message |
Topic: Split the file into multiple DYNAMICALLY |
Arun Raj
Replies: 6
Views: 3474
|
Forum: Utilities Posted: Thu Mar 14, 2019 6:49 am Subject: Split the file into multiple DYNAMICALLY |
No problem. Thanks for letting us know. |
Topic: Split the file into multiple DYNAMICALLY |
Arun Raj
Replies: 6
Views: 3474
|
Forum: Utilities Posted: Wed Feb 27, 2019 3:00 pm Subject: Split the file into multiple DYNAMICALLY |
Pawan,
Since your data has an indicator ('9999') where each group ends, could you modify your control statements as below and give a try?
//SYSIN DD * ... |
Topic: JOINKEYS with one dummy input file |
Arun Raj
Replies: 3
Views: 2653
|
Forum: Utilities Posted: Fri Jan 18, 2019 9:21 am Subject: JOINKEYS with one dummy input file |
The DFSORT Application Programming Guide suggests this:
Data set characteristics: DFSORT accepts empty and null non-VSAM data sets,
and DUMMY data sets, for sorting and copying (be sure to supply RE ... |
Topic: Joinkeys to compare VB file |
Arun Raj
Replies: 5
Views: 5655
|
Forum: Utilities Posted: Wed Nov 21, 2018 8:51 am Subject: Joinkeys to compare VB file |
Or since we are padding the file-1 record anyways, maybe we can change the REFORMAT and the ONLYF2 BUILD as follows:
//SYSIN DD *
OPTION COPY ... |
Topic: Capture an S013 DFSORT abend |
Arun Raj
Replies: 3
Views: 2040
|
Forum: Utilities Posted: Wed Oct 10, 2018 10:58 am Subject: Capture an S013 DFSORT abend |
misi01,
Are you missing a space after the '*' in your sort call? Also you might not need a BPXWDYN call to allocate the sort DDs. On another note there are other methods to copy a PDS member, is th ... |
Topic: Get count of field value occurrences for a Group |
Arun Raj
Replies: 10
Views: 4063
|
Forum: Utilities Posted: Thu Mar 29, 2018 8:02 am Subject: Get count of field value occurrences for a Group |
guhanath,
When you have duplicates on FL2, can it be like this?
RRR CCC1
RRR
RRR CCC2
RRR CCC1
|
|