McGee, Cletus wrote:
I have an assembler program that runs just fine in batch. I pass a parm
to the program with the "parm =". This program must run in an
apf-authorized library. I would like to call this program from a REXX
program. The parm passes fine if I use the linkmvs but then I lose the
apf authorization. If I use the TSO call the parm seems to not get
passed. I am out of ideas as to which way to go. Any help would be
greatlt appreciated. I have done quite a number of searches and haven't
yet found the answer.
 *******************

Cletus McGee

Technical Services

(334) 394-3320


Could be you are just not passing the parm correctly. A
lot depends on what the parm is. If it is just a string,
then something like this:

"call 'library(pgm)' 'parm_string'"

If the string needs to have quotes (as for a data set name),
you might need something like:

"call 'library(pgm)' 'stuff '''dsn''' '"

Hope this helps.

Kind regards,

-Steve Comstock

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to