With last weeks SDSF security questions, I have to chime in with my issue....

I'm submitting an SDSF DA command via REXX in batch:

"ALLOC F(ISFOUT) RECFM(F B A) LRECL(121) NEW UNIT(VIO)" ,
      "DELETE CYLINDERS SPACE(1,1) REUSE DSORG(PS)"
"ALLOC F(ISFIN)  RECFM(F B)   LRECL(80)  NEW UNIT(VIO)" ,
      "DELETE CYLINDERS SPACE(1,1) REUSE DSORG(PS)"

in.1 = "DA"
in.0 = 1
"execio * diskw isfin (STEM IN. finis)"
address linkmvs "SDSF"
"execio * diskr isfout (STEM SDSF. finis)"
"FREE F(ISFIN ISFOUT)"

I read sdsf. for the output. This essentially works, the problem is that when I run this in batch I only see myself. If I run this in TSO I can see all of the executing jobs on the system. I would like to be able to see all of the jobs when I run this in batch as well.

Using the ISFPRM00 IUID, etc I've tried various combinations of the procname (BATCH), the jobname and username (based on the output of the SDSF WHO command). All with no joy.

Does anyone have any other suggestions?
--
Rich Smrcina
VM Assist, Inc.
Phone: 414-491-6001
Ans Service:  360-715-2467
rich.smrcina at vmassist.com
http://www.linkedin.com/in/richsmrcina

Catch the WAVV!  http://www.wavv.org
WAVV 2008 - Chattanooga - April 18-22, 2008

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