On Thu, 1 Mar 2012 15:45:43 -0600, Betsy Jeffery wrote:
>
>* The program issues MVS command to modify a CICS region (f, region-name cemt
>blah, blah) via SVC 34.
>* The REXX itself is not allowed (by the Info Security folks) to issue the
>commands.
>
??? But it can call a program in some other language that does the same thing???
>The REXX Call is:
>arg1 = 'PS0903A'
>
>ADDRESS tso
> Call CICSCMDT ARG1
>
Shouldn't that be:
address TSO "call CICSCMDT '"ARG1"' "
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN