Could it be that you need to call IRXINIT to initialize a REXX environment first?
Bill On Mon, 2 Jun 2008 18:28:09 +0200, Miklos Szigetvari <[EMAIL PROTECTED]> wrote: >Hi > >Steve Comstock wrote: > >> 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? >> >I wanted to save this callback somehow. >On the other side , I already init an environment via IKJTSOEV > >> >> 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 >> >> > >-- >Miklos Szigetvari > >Development Team >ISIS Information Systems Gmbh >tel: (+43) 2236 27551 570 >Fax: (+43) 2236 21081 > >E-mail: [EMAIL PROTECTED] > >Info: [EMAIL PROTECTED] >Hotline: +43-2236-27551-111 > >Visit our Website: http://www.isis-papyrus.com >--------------------------------------------------------------- >This e-mail is only intended for the recipient and not legally >binding. Unauthorised use, publication, reproduction or >disclosure of the content of this e-mail is not permitted. >This email has been checked for known viruses, but ISIS accepts >no responsibility for malicious or inappropriate content. >--------------------------------------------------------------- > ---------------------------------------------------------------------- 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

