IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to call a PL/I subProgram from COBOL Main Program


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ganga79

New User


Joined: 16 Nov 2005
Posts: 23

PostPosted: Fri Nov 25, 2005 10:02 am
Reply with quote

HI,
1. MAIN PROGRAM IS COBOL,SUBPROGRAM IS PL/1.
HOW CAN I CALL PL/1 SUBPROGRAM.
2.MAINPROGRAM IS PL/1,SUBPROGRAM IS COBOL.
HOW CAN I CALL COBOL SUBPROGRAM BY USING PL/1.
THANKS
GANGA
Back to top
View user's profile Send private message
k_vikram07

New User


Joined: 23 Nov 2005
Posts: 35

PostPosted: Fri Nov 25, 2005 7:55 pm
Reply with quote

I think we can do by just calling the module passing the parameters as if they are of same language.

eg: calling pl1 pgm from Cobol pgm.

CALL PL1PGM using parm1, parm2

calling cobol pgm from Pl1 pgm

CALL CBLPGM(parm1, parm2);

Pls Correct me if I am wrong.

Thanks
Vik.
Back to top
View user's profile Send private message
Suryanarayana.tadala

New User


Joined: 03 Nov 2005
Posts: 43
Location: St.Louis

PostPosted: Mon Nov 28, 2005 9:08 pm
Reply with quote

You can call by using reentrant from Cobol to PlI or else can call using a prog.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top