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

PLI program calling COBOL program


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
satya123
Warnings : 1

New User


Joined: 18 Aug 2006
Posts: 57

PostPosted: Wed Aug 29, 2007 1:35 pm
Reply with quote

Hi

I am calling a COBOL program from a PLI program.Yes i can call it but when i am passing som value it is not passed. I declared parameters in cobol linkage section and procedure using clause but it is not passed.

Please some body help.

satya123
Back to top
View user's profile Send private message
manihcl85
Warnings : 1

New User


Joined: 11 Jan 2007
Posts: 52
Location: chennai

PostPosted: Wed Aug 29, 2007 2:32 pm
Reply with quote

Hi,

Check whether Adressing mode of your program is 32 bit. if not set addressing mode to 32 bit before calling and restore it to 24 bit after coming out from that.

Regards,
Mani
Back to top
View user's profile Send private message
satya123
Warnings : 1

New User


Joined: 18 Aug 2006
Posts: 57

PostPosted: Wed Aug 29, 2007 5:14 pm
Reply with quote

thanks for reply but tell me do i need to change the compiler option??

Thanks again
Back to top
View user's profile Send private message
manihcl85
Warnings : 1

New User


Joined: 11 Jan 2007
Posts: 52
Location: chennai

PostPosted: Wed Aug 29, 2007 5:46 pm
Reply with quote

Hi,

No need to change the compiler option. use the command below to change the A mode
SETMODE 31

Regards,
Manikandan
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 -> PL/I & Assembler

 


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