Author |
Message |
Topic: create dfsort report of changes and a file of new adds |
tlhceh
Replies: 21
Views: 8785
|
Forum: Utilities Posted: Fri Jul 25, 2008 2:37 pm Subject: create dfsort report of changes and a file of new adds |
Kolusu
No need to apologize for being busy with work. I understand. I almost had the job figured out by adding a step prior to the icetool step you had given me. But I like the fact that this is c ... |
Topic: create dfsort report of changes and a file of new adds |
tlhceh
Replies: 21
Views: 8785
|
Forum: Utilities Posted: Thu Jul 24, 2008 7:38 pm Subject: create dfsort report of changes and a file of new adds |
Kolusu
I sent this to you in a PM but haven't heard back so I thought I might submit to the board for input from others. ....... please don't take that the wrong way I know you are busy and I am ju ... |
Topic: create dfsort report of changes and a file of new adds |
tlhceh
Replies: 21
Views: 8785
|
Forum: Utilities Posted: Fri Jun 27, 2008 12:23 pm Subject: create dfsort report of changes and a file of new adds |
Kolusu
That works great! Thanks you for your assistance. I now need to read up on the ifthen when options in DFSORT so I can better understand and write these myself. Thanks for the example.
Tom |
Topic: create dfsort report of changes and a file of new adds |
tlhceh
Replies: 21
Views: 8785
|
Forum: Utilities Posted: Fri Jun 27, 2008 7:15 am Subject: create dfsort report of changes and a file of new adds |
Kolusu
Actually I am using the original example you provided:
//TOOLIN DD *
SELECT FROM(IN) TO(T1) ON(1,18,CH) N ... |
Topic: create dfsort report of changes and a file of new adds |
tlhceh
Replies: 21
Views: 8785
|
Forum: Utilities Posted: Thu Jun 26, 2008 5:08 pm Subject: create dfsort report of changes and a file of new adds |
tlhceh,
What do you mean actual dates? Do you want to pick dates within the file or you actually want the current date and yesterday's date as header?
Kolusu
Yes actual dates for the header ... |
Topic: create dfsort report of changes and a file of new adds |
tlhceh
Replies: 21
Views: 8785
|
Forum: Utilities Posted: Thu Jun 26, 2008 2:28 pm Subject: create dfsort report of changes and a file of new adds |
Kolusu
Is there a way to insert the actual date in the report heading instead of "Today" and Yesterday"? I have tried utilizing a few examples but get a syntax error. The examples I ... |
Topic: create dfsort report of changes and a file of new adds |
tlhceh
Replies: 21
Views: 8785
|
Forum: Utilities Posted: Thu Jun 05, 2008 11:51 am Subject: create dfsort report of changes and a file of new adds |
header one is postion 3 for length of 9 and header 2 is from new (todays)file postion 13 for length of 5 and header three is from old (yesterdays) file postion 13 for length of 5
Header 1 ... |
Topic: create dfsort report of changes and a file of new adds |
tlhceh
Replies: 21
Views: 8785
|
Forum: Utilities Posted: Thu Jun 05, 2008 9:56 am Subject: create dfsort report of changes and a file of new adds |
Thanks Kolusu I will be implementing this in the next few days. I see in your example that it only creates a file to be used in creating a report. Can this same step create the the report or do I take ... |
Topic: create dfsort report of changes and a file of new adds |
tlhceh
Replies: 21
Views: 8785
|
Forum: Utilities Posted: Wed Jun 04, 2008 1:20 pm Subject: create dfsort report of changes and a file of new adds |
I am comparing todays file to yesterdays file and I need to create a simple report of any record that changes and file of any new records. In the file of new records I need to change the value of posi ... |
|