Author |
Message |
Topic: Assign the values to the array while define |
tech_mf
Replies: 6
Views: 2694
|
Forum: Application Programming Posted: Tue Dec 09, 2008 9:47 am Subject: Assign the values to the array while define |
Terry & Kolusu,
I coded exactly as you mentioned here and it's working perfectly. Thanks for all your help on this. You guys are awesome.
Regards. |
Topic: Assign the values to the array while define |
tech_mf
Replies: 6
Views: 2694
|
Forum: Application Programming Posted: Thu Dec 04, 2008 2:48 pm Subject: Assign the values to the array while define |
Thanks for your help Kolusu,
Sorry for that, I searched but I should have done better job while searching.
Regds. |
Topic: Assign the values to the array while define |
tech_mf
Replies: 6
Views: 2694
|
Forum: Application Programming Posted: Thu Dec 04, 2008 1:19 pm Subject: Assign the values to the array while define |
Thanks Terry for your help on this.
At present I have the code like this :
01 WS-PROD-IND-ARRAY OCCURS 17 TIMES.
05 WS-PRODUCT-IND PIC X(15). ... |
Topic: Assign the values to the array while define |
tech_mf
Replies: 6
Views: 2694
|
Forum: Application Programming Posted: Thu Dec 04, 2008 10:04 am Subject: Assign the values to the array while define |
I need to assign the values to the array while declaration in working storage, Is it possible ?
Instead of moving like this in the program. Please suggest.
MOVE '01' TO WS-IND ( ... |
Topic: Insert spaces in VB VSAM File |
tech_mf
Replies: 3
Views: 2204
|
Forum: Utilities Posted: Thu Jun 19, 2008 2:02 pm Subject: Insert spaces in VB VSAM File |
Thanks for the reply and help, but I am getting this error , any option to choose.
ICE084I 0 EXCP ACCESS METHOD USED FOR SORTOUT
ICE084I 1 VSAM ACCESS METHOD USED FO ... |
Topic: Insert spaces in VB VSAM File |
tech_mf
Replies: 3
Views: 2204
|
Forum: Utilities Posted: Thu Jun 19, 2008 1:25 pm Subject: Insert spaces in VB VSAM File |
I have the following requirement and I am trying write the code as like this :
My VSAM file has records with VB(1033). I need to include the specific records and 3 spaces after the 779th col.
... |
|