Miklos Szigetvari wrote:
Hi

I try to set some REXX variables from as assembler program , before I call the REXX exec:
- call IKJTSOEV to init the environment
- call IKJCT441 to set the variables
I get here a X'28'   "the caller is not activated via CLIST or REXX"
Can I set variables before a REXX call ?

My notes say that IKJCT441 can be invoked by programs
that have been invoked from CLIST or REXX exec; looks
like the avenue you're trying is not open to you.

Thinking about it, it looks like you need to have a
REXX environment before you call IKJCT441 to work with
REXX variables. Can you set up a small REXX exec as an
intermediary and then call your program from the exec?


Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> Check out the Trainer's Friend Store to purchase z/OS  <==
==> application developer toolkits. Sample code in four    <==
==> programming languages, JCL to Assemble or compile,     <==
==> bind and test.                                         <==
==>   http://www.trainersfriend.com/TTFStore/index.html    <==

----------------------------------------------------------------------
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