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

How to pass values from REXX to COBOL ( ISPF environment )


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ruthran

New User


Joined: 28 Feb 2009
Posts: 3
Location: India

PostPosted: Fri Apr 16, 2010 12:57 pm
Reply with quote

Hi,

Someone please help me in this.

I am trying to pass some values to cobol from REXX. My code is like below.

/*rexx*/
parm1='Sample data'
ADDRESS ISPEXEC "LIBDEF ISPLLIB DATASET ID('"<load module>"')"
ADDRESS ISPEXEC "Select Pgm(pgm name) parm(&parm1)"
exit

However it looks like not sending the proper values to my cobol program.

Assist how to send values to cobol program from REXX

Thanks, Ruthran
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Apr 16, 2010 1:02 pm
Reply with quote

the call is done properly, as per
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPZRS61/3.63?SHELF=ISPZPM61&DT=20071211172749

telling does not work is not enough for problem determination

here is a link to the full bunch of the ISPF manuals
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/ISPZPM61

more ispf related, moved where it belongs
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
Search our Forums:

Back to Top