View previous topic :: View next topic |
Author |
Message |
sejjobs Beginner
Joined: 30 Jul 2004 Posts: 15 Topics: 12
|
Posted: Fri Jul 30, 2004 2:58 pm Post subject: call in cobol-cics |
|
|
Hi
any information or links on how to use Call statement in Cics-Cobol would be greatly appreciated
thanks
sejj |
|
Back to top |
|
|
SureshKumar Intermediate
Joined: 23 Jan 2003 Posts: 211 Topics: 21
|
Posted: Mon Aug 02, 2004 8:09 am Post subject: |
|
|
sejjobs,
Call works the same way for Batch & online. There are very good detailed explanations & example in the IBM manuals. Now, somebody on this forum can locate it and provide the link for you or you may look into it yourself. If there are any issues in using them/errors we would like to help you. Thanks |
|
Back to top |
|
|
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Mon Aug 02, 2004 11:34 am Post subject: |
|
|
Quote: |
Call works the same way for Batch & online.
|
Well, sort of; there are various special considerations.
Look at the 'Programming in COBOL' chapter in the 'CICS application programming guide' for your release of CICS (available via this board's manual links). This chapter has a section 'calling subprograms from COBOL' which discusses the differences between using static CALL, dynamic CALL and LINK in CICS. |
|
Back to top |
|
|
|
|