Author |
Message |
Topic: Expanded listing for nested procedures? |
ironponygrl
Replies: 1
Views: 2602
|
Forum: Job Control Language(JCL) Posted: Thu Apr 02, 2015 4:06 am Subject: Expanded listing for nested procedures? |
I have to standardize some 700+ jobs and procedures for my application. I need to get a before and after listing of the completely expanded jcl without doing an actual execution. cant for the life o ... |
Topic: IEBCOPY to copy PDS members with name pattern matching. |
ironponygrl
Replies: 5
Views: 12192
|
Forum: Utilities Posted: Mon Jan 19, 2015 3:53 pm Subject: IEBCOPY to copy PDS members with name pattern matching. |
glad I could give for once instead of always taking  |
Topic: IEBCOPY to copy PDS members with name pattern matching. |
ironponygrl
Replies: 5
Views: 12192
|
Forum: Utilities Posted: Mon Jan 19, 2015 3:38 pm Subject: IEBCOPY to copy PDS members with name pattern matching. |
Kolusu,
I did use 3.3 initially, but I wanted to be able to do it repetitively. i'm working up a script and i gotta go back to square one frequently.
But actually, the latest updates to IEBCO ... |
Topic: IEBCOPY to copy PDS members with name pattern matching. |
ironponygrl
Replies: 5
Views: 12192
|
Forum: Utilities Posted: Mon Jan 19, 2015 2:07 pm Subject: IEBCOPY to copy PDS members with name pattern matching. |
Can someone help me with the syntax of this? I need to copy all the members that start with prefix OS from one pds (that has a lot more than OS*) to a pds that will only have OS members. I cant seem ... |
Topic: DFSORT Exclude group of records by checking an amount field. |
ironponygrl
Replies: 3
Views: 3093
|
Forum: Utilities Posted: Mon Aug 18, 2014 6:07 pm Subject: kolusu is a genius w/dfsort ... u can put that in the bank |
This is brilliance and awesome... I was doing with two steps, 1st sum the value and second step using join key... never had a thought to use same input file.
Great idea..
Thank you very much.
... |
Topic: How to avoid S0C7 in comp fields ? |
ironponygrl
Replies: 16
Views: 15453
|
Forum: Application Programming Posted: Tue Jul 29, 2014 7:57 am Subject: How to avoid S0C7 in comp fields ? |
you fellows are so patient with beginners. there is a special place in heaven for you. |
Topic: DFSORT Joinkeys for matches of variable length files? |
ironponygrl
Replies: 4
Views: 5051
|
Forum: Utilities Posted: Wed Jun 11, 2014 1:00 pm Subject: DFSORT Joinkeys for matches of variable length files? |
oh, cool, that makes it look much better. |
Topic: DFSORT Joinkeys for matches of variable length files? |
ironponygrl
Replies: 4
Views: 5051
|
Forum: Utilities Posted: Wed Jun 11, 2014 10:13 am Subject: DFSORT Joinkeys for matches of variable length files? |
dang, i thought i was being so thorough in my posting. I was getting an error saying that my reformat needed RDW. ( i had thought the F1:1 would work as well). but when I specified REFORMAT FIELDS= ... |
Topic: DFSORT Joinkeys for matches of variable length files? |
ironponygrl
Replies: 4
Views: 5051
|
Forum: Utilities Posted: Wed Jun 11, 2014 9:32 am Subject: DFSORT Joinkeys for matches of variable length files? |
I have searched and read the application programmers guide and I still don't get what I'm doing wrong.
I have two variable length files, IN1 and IN2. Key field is 15 bytes long starting in 15 and ... |
Topic: Read PDS directory including "last modified" data |
ironponygrl
Replies: 13
Views: 11595
|
Forum: Application Programming Posted: Tue Jun 10, 2014 7:13 pm Subject: Read PDS directory including "last modified" data |
thanks fellows, that's awesome. now I can see it clearly and if i ever need to do that, it's here for all perpetuity. |
Topic: Read PDS directory including "last modified" data |
ironponygrl
Replies: 13
Views: 11595
|
Forum: Application Programming Posted: Mon Jun 09, 2014 8:12 am Subject: example? |
Ok, I did the coding. It works, thank you again.
would you be inclined to post your COBOL solution? perhaps just the pertinent snippets. |
Topic: Can SQL combine rows to get contiguous date ranges? |
ironponygrl
Replies: 7
Views: 6015
|
Forum: Database Posted: Thu Apr 10, 2014 8:30 am Subject: Can SQL combine rows to get contiguous date ranges? |
Thanks Kolusu. I've long been aware of the manipulation in a working storage array, but the problem has been around so long, (everybody in the insurance or public assistance arena has to wrestle with ... |
Topic: Can SQL combine rows to get contiguous date ranges? |
ironponygrl
Replies: 7
Views: 6015
|
Forum: Database Posted: Wed Apr 09, 2014 5:19 pm Subject: Can SQL combine rows to get contiguous date ranges? |
i dont think i answered the question right. if there are two policies and the end date of one and the start date of the other are one day apart, then they are considered 'contiguous', i.e. there neve ... |
Topic: Can SQL combine rows to get contiguous date ranges? |
ironponygrl
Replies: 7
Views: 6015
|
Forum: Database Posted: Wed Apr 09, 2014 3:11 pm Subject: Can SQL combine rows to get contiguous date ranges? |
Whew! maybe that's why it's not readily apparent to me. I need the 'tricky' answer.
Its not always a full month of coverage. the begin and end dates can be any calendar date, just happens that ... |
Topic: Can SQL combine rows to get contiguous date ranges? |
ironponygrl
Replies: 7
Views: 6015
|
Forum: Database Posted: Wed Apr 09, 2014 1:52 pm Subject: Can SQL combine rows to get contiguous date ranges? |
do you mean what datatype? they are datatype 'DATE'. is that the question? |
|