How does that work with no console authority?

--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Sri 
h Kolusu [skol...@us.ibm.com]
Sent: Monday, May 16, 2022 11:02 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Do you have an example of .......

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

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