>> I can execute the command from SDSF, but have no console authority. Is there 
>> any other way?
Horacio,

Try this JCL which runs SDSF in batch and will write the output of the command 
to dynamically allocated ddname SYS00001

//RUNCCMDS EXEC PGM=SDSF
//ISFOUT   DD SYSOUT=*
//ISFIN    DD *
 SET LOG S
 UCLOSE
 ULOG
 /D SMS,STORGRP(ALL)
 ++ALL
 PRINT
 PRINT CLOSE
 END
/*

Thanks,
Kolusu


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to