Author |
Message |
Topic: Cobol dynamic call C |
SangNa
Replies: 0
Views: 1600
|
Forum: Application Programming Posted: Wed Jun 04, 2003 6:12 am Subject: Cobol dynamic call C |
It is possible to call C from Cobol dynamic ?
1 . From IBM manual (Call C from Cobol only allow static)
using extern "COBOL"
2. and also another part from IBM manual by declare
#pragma ... |
Topic: Linkage Limitation |
SangNa
Replies: 3
Views: 2580
|
Forum: Application Programming Posted: Wed May 21, 2003 12:29 pm Subject: Linkage Limitation |
Thanks Kolusu,
Can we increase COMMAREA in CICS beyond 32K limit by some means? |
Topic: Allocate new Node & Deallocate of a Cobol link list |
SangNa
Replies: 5
Views: 4880
|
Forum: Application Programming Posted: Sat May 17, 2003 6:54 am Subject: Allocate new Node & Deallocate of a Cobol link list |
Thank you for your information,
I'd like to be more specific of my problem, please help me on this
I am planning to use array of Pointer in Batch enviroment on MVS machine,
My working storag ... |
Topic: Allocate new Node & Deallocate of a Cobol link list |
SangNa
Replies: 5
Views: 4880
|
Forum: Application Programming Posted: Fri May 16, 2003 7:36 am Subject: Allocate new Node & Deallocate of a Cobol link list |
Hi,
Is anyone got any example how to Allocate a new Node & Deallocate all Nodes of a link list in Cobol. I have include a brief paragraph from The Kasten COBOL Page, but I do not know how to call ... |
Topic: Linkage Limitation |
SangNa
Replies: 3
Views: 2580
|
Forum: Application Programming Posted: Thu May 15, 2003 8:03 am Subject: Linkage Limitation |
Please help me on this,
I am not quite sure is there a limit 32K on the linkage or 32k limit on level 01 of the linkage. Much appreciate for your help on this matter
Thanks
I found it in APPEND ... |
Topic: Cobol Pointer |
SangNa
Replies: 1
Views: 1573
|
Forum: Application Programming Posted: Thu May 15, 2003 7:42 am Subject: Cobol Pointer |
Hi,
In Cobol II, is it posible to declare Array of Pointer. Could you please give an exemple
Thank you |
|