Author |
Message |
Topic: Why COBOL? |
rgk
Replies: 1
Views: 2040
|
Forum: Application Programming Posted: Thu Feb 20, 2003 12:56 am Subject: Why COBOL? |
Can anybody tell me why COBOL is still used when C is supported in mainframes. Whomever i ask this, they just tell me that COOBL is suitable for busineess oriented programming.But i am not convinced. ... |
Topic: How to find the offset of a variable? |
rgk
Replies: 4
Views: 3928
|
Forum: Application Programming Posted: Tue Feb 18, 2003 7:26 am Subject: How to find the offset of a variable? |
Thanks for your reply Mike.
But then i have a problem here. We also thought of this solution.
But in a later stage if we include one more occurs depending on clause before var6, then i need to cha ... |
Topic: How to find the offset of a variable? |
rgk
Replies: 4
Views: 3928
|
Forum: Application Programming Posted: Tue Feb 18, 2003 6:30 am Subject: How to find the offset of a variable? |
Is there any way to find the offset of a variable within its group. For example in the following code
01 WS-GROUP.
05 WS-VAR1 PIC X(5).
05 WS-VAR2 PIC X(6).
05 WS-VAR3 P ... |
Topic: Occurs Depending On cluase |
rgk
Replies: 8
Views: 4416
|
Forum: Application Programming Posted: Thu Feb 13, 2003 12:33 am Subject: Occurs Depending On cluase |
Thanks Manas
Regards,
Kannan |
Topic: Occurs Depending On cluase |
rgk
Replies: 8
Views: 4416
|
Forum: Application Programming Posted: Tue Feb 11, 2003 6:10 am Subject: Occurs Depending On cluase |
Hi Manas,
Thanks for your reply. Can you tell me where could i get information about this BLW and the funda behind it?
Thanks in Advance,
Kannan |
Topic: Occurs Depending On cluase |
rgk
Replies: 8
Views: 4416
|
Forum: Application Programming Posted: Tue Feb 11, 2003 1:52 am Subject: Occurs Depending On cluase |
I have a doubt in Occurs Depending On Clause
When i have two ODOs within a group level variable i need to give the count variable for both the ODOs before the ODO clause like in the following code.
... |
|