On Tue, 11 Oct 2011 21:15:30 +0000, Uriel Carrasquilla 
<[email protected]> wrote:

>/* REXX */
>mycmd.0 = 1
>mycmd.1 = 'd a,l'
>ADDRESS SDSF ISFSLASH "("MYCMD.") (WAIT)"
>...
>IF DATATYPE(ISFULOG.0) = "NUM" THEN
>DO IX=1 TO ISFULOG.0
>   SAY "ISFULOG."IX "IS:" ISFULOG.IX
>END
>
>PRODUCES;
>ISFULOG.1 IS: CPU1      2011284  15:38:31.00   ISF032I CONSOLE SSUJC ACTIVATE 
>FAILED, RETURN CODE 0004, REASON CODE 0000
>
>
>I checked parmlib(isfprm00) and it does have AUTH(ALL) for the TSO userid I am 
>using to execute the REXX.
>
>I suspect the problem is with ACF2 but my security team does not have a clue.  
>They gave me "CONSOLE" access but that does not fixed the problem.  (Except 
>that now I can interactively issue CONSOLE commands from TSO).
>
>Anybody with ACF2 knowledge willing to share?
>I did open a ticket with CA.
>
>Thanks.


Does your SDSF console work when you use it via TSO and / or ISPF SDSF?   Are 
you 
already using a console with that name via TSO/ISPF when you execute the exec? 
Are you running this exec in batch of interactively?    IF batch, search the 
archives for 
past posts of mine regarding security and SDSF in batch and consult the SDSF 
user guide.

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS       
mailto:[email protected]                                        
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/

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