Author |
Message |
Topic: Passing Symbolic from the program. |
krk123
Replies: 9
Views: 6420
|
Forum: Job Control Language(JCL) Posted: Mon Mar 28, 2005 4:22 pm Subject: Here is solution we have worked out.Thanks for all the tips. |
I built a proc which just repro's data. So the proc is lookign something like this..
Please ignore the syntax..
step010 exec IDCAMS.
IN1 dd dummy
OUT 1 DD DUMMY.
SYSIN DD *
REPRO IN1 OUT1 .
... |
Topic: Passing Symbolic from the program. |
krk123
Replies: 9
Views: 6420
|
Forum: Job Control Language(JCL) Posted: Tue Mar 22, 2005 12:00 pm Subject: Passing Symbolic from the program. |
Hi Superk,
We dont have to check for the existance of the GDG base,The GDG base will exist. Before we setup the channel to send the Comma seperated files, we will make sure that the GDG base is setu ... |
Topic: Passing Symbolic from the program. |
krk123
Replies: 9
Views: 6420
|
Forum: Job Control Language(JCL) Posted: Tue Mar 22, 2005 11:47 am Subject: Passing Symbolic from the program. |
Hi Kolusu,
The GDG base will already exist. These files will be coming in daily and each file after conversion need to be stored in the +1 generation of the GDG. |
Topic: Passing Symbolic from the program. |
krk123
Replies: 9
Views: 6420
|
Forum: Job Control Language(JCL) Posted: Tue Mar 22, 2005 10:43 am Subject: Passing Symbolic from the program. |
Hi,
Could someone please advise on this. I am getting input feeds which are comma sepeated and I am formatting in the program to standard layout. Each file will have a 5 byte unique identifier whi ... |
Topic: Sorting in to Multiple files. |
krk123
Replies: 3
Views: 2503
|
Forum: Utilities Posted: Thu Mar 10, 2005 8:56 pm Subject: Sorting in to Multiple files. |
Hi,
I am splitting a file in to file 1 and file 2. The original file is 1125 bytes and file 1 and file 2 are 1500bytes. I am getting the following error.
SORTOF1 HAS INCOMPATIBLE LRECL
SORTOF2 ... |
Topic: UNSTRING in to a TABLE. |
krk123
Replies: 4
Views: 3298
|
Forum: Application Programming Posted: Thu Mar 10, 2005 8:54 pm Subject: UNSTRING in to a TABLE. |
Thanks Kolusu |
Topic: UNSTRING in to a TABLE. |
krk123
Replies: 4
Views: 3298
|
Forum: Application Programming Posted: Thu Mar 10, 2005 1:22 pm Subject: UNSTRING in to a TABLE. |
Hi,
Could someone please help with this. I am getting errors. I am not sure if this will work or not.
I have declared a table as follows.
05 WS-STRING-TABLE OCCURS 200 TIMES.
10 WS-STRING ... |
Topic: Conditional execution. |
krk123
Replies: 4
Views: 2698
|
Forum: Job Control Language(JCL) Posted: Fri Jan 21, 2005 11:30 am Subject: Conditional execution. |
I already have an END-IF after step050. Thanks a lot for the quick reply. |
Topic: Conditional execution. |
krk123
Replies: 4
Views: 2698
|
Forum: Job Control Language(JCL) Posted: Fri Jan 21, 2005 11:19 am Subject: Conditional execution. |
Hi,
Could somebody please help me with this. I need to execute step050 only if the return code from both step030 & step040 is zeroes. I have comparex steps in steps 30 & 40. Will somthing l ... |
Topic: Program Abend |
krk123
Replies: 5
Views: 3650
|
Forum: Application Programming Posted: Thu Dec 16, 2004 4:26 pm Subject: Program Abend |
Found the problem..stupid cut & paste...
PERFORM 6750-VALIDATE-FEED
PERFORM 6750-EXIT
thanks kolusu.. |
Topic: Program Abend |
krk123
Replies: 5
Views: 3650
|
Forum: Application Programming Posted: Thu Dec 16, 2004 4:18 pm Subject: Program Abend |
HI Kolusu. thanks a lot for the quick reply. Sorry for not giving that info.
IGZ0037S The flow of control in program
From compile unit ...
I already checked for the periods, the position ... |
Topic: Program Abend |
krk123
Replies: 5
Views: 3650
|
Forum: Application Programming Posted: Thu Dec 16, 2004 3:41 pm Subject: Program Abend |
HI,
I am geting the following error when I run my program. I tried pulling displays. The displays are not coming after an EXIT para. I am not sure whats missing. Can someone helpe me on how to figure ... |
Topic: Calculate DB2 date 100 days prior to current date. |
krk123
Replies: 16
Views: 19069
|
Forum: Database Posted: Fri Nov 19, 2004 10:57 am Subject: Calculate DB2 date 100 days prior to current date. |
oops..I was looking for a date in the subject and thats how I think I didnt go in to this link :SQLCODE -171
Thanks a lot Kolusu. I tried the sql you gave and its giving the exact results I need. T ... |
Topic: Calculate DB2 date 100 days prior to current date. |
krk123
Replies: 16
Views: 19069
|
Forum: Database Posted: Fri Nov 19, 2004 10:07 am Subject: Date compare. |
HI,
I tried searching for posts to find an answer for my question and this is the most relevant one I found. I am trying to do a query on a table who has a DOB of some xxxx-xx-xx date - 1. Can somebo ... |
Topic: Cursor open |
krk123
Replies: 3
Views: 2042
|
Forum: Database Posted: Mon Nov 15, 2004 1:12 pm Subject: Cursor Open. |
Thanks Kolusu. |
|