Max? What was your error? I gave it a try and ISFCALLS(ON) worked, my first
ISFEXEC from working code got a RC(08). The code works outside of the
System REXX environment so I started thinking about what could be the
cause. The first thought is what USERID is your code running from? Mine is
currently running as "*", which is not a userid we gave permissions to in
ISFPARMS. I'm waiting on the security team to define a real userid for the AXR
task. Then we can add it to ISFPARMS and I will try again. I expected RC(16)
for not authorized.
On Sat, 28 Jun 2008 11:31:11 -0500, Kenneth E Tomiak
<[EMAIL PROTECTED]> wrote:
>On Wed, 18 Jun 2008 09:48:37 -0500, Max Scarpa
><[EMAIL PROTECTED]> wrote:
>
>>Hi All
>>
>>I'm playing for first time with new z/OS 1.9 SYSREXX support and with REXX
>>SDSF support.
>>
>>Both work great but (among others) I've a problem to 'combine' or 'mix'
>>these 2 features, i.e. to execute a SYSREXX (say via command @rexx1 from
>>SDSF panel)
>>that executes some commands (say D ASM, some unit commands..) and
>displays
>>some SDSF panels, something like this (quite simple sample):
>>..................
>>RESCMD = AXRCMD('$D JQ,SPOOL=(V=MSJN00,PERCENT>1)','LINE2.',10)
>>.............
>>RC=ISFCALLS(ON)
>>ADDRESS SDSF ISFEXEC RM
>>SAY 'ISFCOLS='ISFCOLS
>>DO J=1 TO ISFROWS
>> LINE.J= RESNAME.J STATUS
>> SAY LINE.J
>>END
>>RC=ISFCALLS(OFF)
>>
>>SDSF interface doesn't work while ARXCMD (of course) yes.
>>
>>I think it's possible in some way but after some tests and searches in
>>manuals I wasn't able to find something useful. Any example/hint/manual
from
>>list ?
>>
>>Thank you in advance
>>
>>Max Scarpa
>>
----------------------------------------------------------------------
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