Author |
Message |
Topic: UTL0030 - routine!! |
Papz
Replies: 7
Views: 4527
|
Forum: Utilities Posted: Thu Jul 29, 2004 7:57 am Subject: UTL0030 - routine!! |
Thanks a lot kolusu , you have provided me with a lot of information.
I will try to go through the links and gather as much information as possible.
pretty satisfied that I came to this site.  |
Topic: UTL0030 - routine!! |
Papz
Replies: 7
Views: 4527
|
Forum: Utilities Posted: Thu Jul 29, 2004 6:57 am Subject: UTL0030 - routine!! |
Sorry kolusu,
couldnt reply then as I had a meeting.
The program is a simple one where it collects the input record from sort through the linkage section
Then checks for a particular key and then w ... |
Topic: UTL0030 - routine!! |
Papz
Replies: 7
Views: 4527
|
Forum: Utilities Posted: Thu Jul 29, 2004 4:34 am Subject: UTL0030 - routine!! |
Hi Kolusu,
I had used the E35 routine itself and yesterday went home very late after it ran fine. got my required output; just thought will share it with you when you join in today.
There was so ... |
Topic: UTL0030 - routine!! |
Papz
Replies: 7
Views: 4527
|
Forum: Utilities Posted: Thu Jul 29, 2004 2:09 am Subject: UTL0030 - routine!! |
Can anyone say what is the linkage area size of this internal routine and where does one specify that ; The scenario is like I would like to pass some ws-variables from a Cobol exit program for dislpl ... |
Topic: E35 routines!! |
Papz
Replies: 10
Views: 7251
|
Forum: Utilities Posted: Wed Jul 28, 2004 9:07 am Subject: E35 routines!! |
Thanks for your help kolusu , I will try out this option too!!
Papz. |
Topic: E35 routines!! |
Papz
Replies: 10
Views: 7251
|
Forum: Utilities Posted: Wed Jul 28, 2004 8:42 am Subject: E35 routines!! |
I ran a sample pgm E35 and am getting an abend stating:
There was an unsuccessful OPEN or CLOSE of file IDLRCARD in program.
Can you tell me how can I rectify this ? |
Topic: E35 routines!! |
Papz
Replies: 10
Views: 7251
|
Forum: Utilities Posted: Wed Jul 28, 2004 8:40 am Subject: E35 routines!! |
It has around 999 records and I am anyway going to load it into an internal table
Thanks!
Papz |
Topic: E35 routines!! |
Papz
Replies: 10
Views: 7251
|
Forum: Utilities Posted: Wed Jul 28, 2004 8:20 am Subject: E35 routines!! |
Input files:
FILE 1 : (RECFM = FB,LRECL = 25)
CUSTOMER ID : 9(12)
FILLER : X(5)
PARTITION : X(8 )
sample:
1234567890 ... |
Topic: E35 routines!! |
Papz
Replies: 10
Views: 7251
|
Forum: Utilities Posted: Wed Jul 28, 2004 7:37 am Subject: E35 routines!! |
is there a better way to do this kolusu..
We have got a dataset which contains info regarding the cusomerid and the partition its attached to.So what we are trying to do in our exit routine is trying ... |
Topic: E35 routines!! |
Papz
Replies: 10
Views: 7251
|
Forum: Utilities Posted: Wed Jul 28, 2004 7:23 am Subject: E35 routines!! |
Thanks kolusu..
I will go thru the links, My basic requirement is to split a very large file into 10 different files with respect to a table which is partioned based on the key..
This is done so th ... |
Topic: E35 routines!! |
Papz
Replies: 10
Views: 7251
|
Forum: Utilities Posted: Wed Jul 28, 2004 6:32 am Subject: E35 routines!! |
Hi ,
Can anyone help me out how to execute a sort with E35.
I need to split a file based on some customer id.
I/P file is of RECFM - V with lrecl 54
and i need 10 o/p files with the same DCB |
|