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

Can't pass parameters to program with CALL command


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

New User


Joined: 05 May 2005
Posts: 1
Location: NE USA

PostPosted: Mon May 09, 2005 7:01 pm
Reply with quote

My problem started when I tried to write some REXX tools. I had a CALL command for which I used an "ADDRESS TSO" to use. I found that the called (Assembler) program could not see the parameters I passed. I then tried to do the call statement from the command line in TSO. The same thing happened. I tried calling another Assembler program from the TSO/ISPF Command line with passed parameters and the 2nd program also returned an error 'MISSING PARAMETERS'. For some reason my programs are not receiving any parameters that I pass. I found these programs in the Web and linked them using JCL provided. I am wondering of the parameter problem might be the result of incorrect linking? My call example and link Exec I used to link are below. Any suggestions are welcome. Thanks.

CALL (EXECIOVS) '2,FILEVSAM,RECORD,(STEM REC.'

//LKED EXEC PGM=IEWL,REGION=2048K,PARM='LIST,XREF'
Back to top
View user's profile Send private message
jon_s_rice

Active User


Joined: 24 Mar 2005
Posts: 102
Location: Douglasville, GA USA

PostPosted: Tue May 10, 2005 3:40 am
Reply with quote

To call an assembler with standard parameters use the following:
address linkpgm "prgname var1 var2"
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Using API Gateway from CICS program CICS 0
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
Search our Forums:

Back to Top