Author |
Message |
Topic: Adding header & trailer to output |
skss
Replies: 17
Views: 9490
|
Forum: Utilities Posted: Mon Dec 23, 2013 11:43 am Subject: Adding header & trailer to output |
This particular solution works better for what I need |
Topic: Adding header & trailer to output |
skss
Replies: 17
Views: 9490
|
Forum: Utilities Posted: Mon Dec 23, 2013 11:42 am Subject: Adding header & trailer to output |
Thanks for the advice but I have got my solution with SORT!!
//SORTIN DD DISP=SHR,DSN=XXXXX.Input.SORT
//SORTOUT DD DSN=XXXXX.Output.REPORT, ... |
Topic: Adding header & trailer to output |
skss
Replies: 17
Views: 9490
|
Forum: Utilities Posted: Thu Dec 19, 2013 1:13 pm Subject: Adding header & trailer to output |
Appologies for any inconvinience caused!
I hope you all understand that, I have nothing to do whether my shop users DFSORT or SYNCSORT.
As far as working on its resolution is concerned, I have ... |
Topic: Adding header & trailer to output |
skss
Replies: 17
Views: 9490
|
Forum: Utilities Posted: Thu Dec 19, 2013 12:10 pm Subject: Adding header & trailer to output |
is there any other group in this community where I can post my query under this forum? |
Topic: Adding header & trailer to output |
skss
Replies: 17
Views: 9490
|
Forum: Utilities Posted: Thu Dec 19, 2013 11:07 am Subject: Adding header & trailer to output |
Hi Kolusu,
I understand your concern but as an user of these respective products we dont see any significant difference either in syntax or in functionality.
Does this mean I will not be gettin ... |
Topic: Adding header & trailer to output |
skss
Replies: 17
Views: 9490
|
Forum: Utilities Posted: Thu Dec 19, 2013 10:44 am Subject: Adding header & trailer to output |
I am sorry, I missed your question
Record length is for both input and output file is 133
Record format is FB
Though I know we have DFSORT in our shop but I still ran the setp that you posted a ... |
Topic: Adding header & trailer to output |
skss
Replies: 17
Views: 9490
|
Forum: Utilities Posted: Thu Dec 19, 2013 10:36 am Subject: Adding header & trailer to output |
Any help?
Awaiting response! |
Topic: Adding header & trailer to output |
skss
Replies: 17
Views: 9490
|
Forum: Utilities Posted: Wed Dec 18, 2013 8:55 pm Subject: Adding header & trailer to output |
Thanks Kolusu for your response!
For my other topic I am using a batch job which is is fetching me the input file.
The same file I will be using in the sort step once it is built.
Yes you got it ... |
Topic: Adding header & trailer to output |
skss
Replies: 17
Views: 9490
|
Forum: Utilities Posted: Wed Dec 18, 2013 3:51 pm Subject: Adding header & trailer to output |
Hi,
My requirement is to build a sort card which will do the following this for me
1) Header starting from position 30 with system date starting from position 60
2) Trailer1 notifying the 'end of ... |
Topic: Write IOF log into flat file |
skss
Replies: 3
Views: 7353
|
Forum: TSO and ISPF Posted: Wed Dec 11, 2013 9:42 am Subject: Write IOF log into flat file |
I tried to execute the below code
"TSICOPY NAME(JOBNAME) SECTION(LOG) ROW(1) TO(REXX)"
"EXIT" /* FOR CLOSING THE IOF PANEL*/ ... |
Topic: How to read IOF panel through rexx |
skss
Replies: 8
Views: 10513
|
Forum: TSO and ISPF Posted: Wed Dec 11, 2013 9:35 am Subject: How to read IOF panel through rexx |
Any suggestion will be much appreciated
Awaiting your response |
Topic: How to read IOF panel through rexx |
skss
Replies: 8
Views: 10513
|
Forum: TSO and ISPF Posted: Tue Dec 10, 2013 7:32 pm Subject: How to read IOF panel through rexx |
"TSICOPY NAME(JOBNAME) SECTION(LOG) ROW(1) TO(REXX)"
"EXIT" /* FOR CLOSING THE IOF PANEL*/
SAY JOBNAME ... |
|