Author |
Message |
Topic: Mixed dups. |
ramy2016
Replies: 1
Views: 3937
|
Forum: Utilities Posted: Fri Dec 20, 2024 12:12 pm Subject: Mixed dups. |
Good day everyone and Happy Holiday Season!
Could someone, please, let me know how to accomplish the following with DFSORT step (SORT or ICETOOL).
I have a dataset, FB LRECL=80, where there coul ... |
Topic: Dataset name with a workday. |
ramy2016
Replies: 6
Views: 3691
|
Forum: Utilities Posted: Tue Apr 30, 2024 7:57 am Subject: Dataset name with a workday. |
Thank you kolusu, I've been thinking the same - run PDS member update first, followed by a Proc logic. And thanks for combining my two steps into one. |
Topic: Dataset name with a workday. |
ramy2016
Replies: 6
Views: 3691
|
Forum: Utilities Posted: Mon Apr 29, 2024 12:31 pm Subject: Dataset name with a workday. |
kolusu, I created this job which sets WDAY symbol to a DSN, and then updates PDS member from it and sets a
symbolic for a Proc. But something is off, let's say I ran it on Friday last time, so my PDS ... |
Topic: Dataset name with a workday. |
ramy2016
Replies: 6
Views: 3691
|
Forum: Utilities Posted: Fri Apr 26, 2024 12:22 pm Subject: Dataset name with a workday. |
Thank you kolusu for the link, I did searched but what I've found had limited options. For ex. I've already done dataset rename using internal reader, but this time it's a large number of files and if ... |
Topic: Dataset name with a workday. |
ramy2016
Replies: 6
Views: 3691
|
Forum: Utilities Posted: Thu Apr 25, 2024 1:09 pm Subject: Dataset name with a workday. |
Hello,
I'm trying to append current day to the end of some datasets, need to do that daily.
Extracting the current day with this DFSORT job, but cannot pass the output further down to either a Proc ... |
Topic: Incorrect day shown. |
ramy2016
Replies: 2
Views: 2757
|
Forum: Utilities Posted: Wed Apr 24, 2024 3:44 pm Subject: Incorrect day shown. |
Thanks kolusu, will try that. |
Topic: Incorrect day shown. |
ramy2016
Replies: 2
Views: 2757
|
Forum: Utilities Posted: Tue Apr 23, 2024 8:24 am Subject: Incorrect day shown. |
Hello everyone,
please help me to understand and correct the following issue. I developed a DFSORT job that checks for CUR_DAY value and raises RC=4 on Mondays to bypass certain job logic.
Worked fi ... |
Topic: Identify and drop lower totals within a bundle. |
ramy2016
Replies: 6
Views: 3416
|
Forum: Utilities Posted: Sun Jan 21, 2024 12:31 pm Subject: Identify and drop lower totals within a bundle. |
kolusu,
Thanks for looking into that. |
Topic: Identify and drop lower totals within a bundle. |
ramy2016
Replies: 6
Views: 3416
|
Forum: Utilities Posted: Fri Jan 19, 2024 8:05 pm Subject: Identify and drop lower totals within a bundle. |
kolusu,
Acc 100 matched to Acc 300 through the Job-no 2222, but since Acc 300 had higher total of Job-no's, 4 vs 2, the Acc 100 got dropped. And the same goes for the Acc 400 which had matched to Ac ... |
Topic: Identify and drop lower totals within a bundle. |
ramy2016
Replies: 6
Views: 3416
|
Forum: Utilities Posted: Fri Jan 19, 2024 11:33 am Subject: Identify and drop lower totals within a bundle. |
Sorry, forgot to mention I need that done with DFSORT. |
Topic: Identify and drop lower totals within a bundle. |
ramy2016
Replies: 6
Views: 3416
|
Forum: Utilities Posted: Fri Jan 19, 2024 11:30 am Subject: Identify and drop lower totals within a bundle. |
Good day, I'd appreciate some help to accomplish the following.
There's a sequential dataset, RECFM=FB.
Each record has an Acc-no and Job-no values. There could be multiple records with the same A ... |
Topic: Split record with Include and Omit. |
ramy2016
Replies: 4
Views: 4193
|
Forum: Utilities Posted: Sat Jun 25, 2022 5:26 pm Subject: Split record with Include and Omit. |
Understood. Thanks for your help. |
Topic: Split record with Include and Omit. |
ramy2016
Replies: 4
Views: 4193
|
Forum: Utilities Posted: Fri Jun 24, 2022 11:45 am Subject: Split record with Include and Omit. |
Thank you kolusu, I remembered of RESIZE but was wondering if I could use OMIT along with OUTFIL BUILD.
Is it possible at all? |
Topic: Split record with Include and Omit. |
ramy2016
Replies: 4
Views: 4193
|
Forum: Utilities Posted: Wed Jun 22, 2022 2:44 pm Subject: Split record with Include and Omit. |
Good day everyone, trying to split multiple occurrences of the same record into multiple separate records under few conditions.
Have a seq. dataset, RECFM=FB,LRECL=685 holding account records with mu ... |
Topic: Conversion from PD to ZD doesn't retain sign. |
ramy2016
Replies: 2
Views: 5509
|
Forum: Utilities Posted: Fri Jul 09, 2021 12:29 pm Subject: Conversion from PD to ZD doesn't retain sign. |
Thank you kolusu, that worked perfectly. |
|