Where is that documented? https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R4sc279028/$file/isfa600_v2r4.pdf only lists invoking SDSF from ISPF and directly from TSO.
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Paul Gilmartin <[email protected]> Sent: Wednesday, August 26, 2020 11:08 AM To: [email protected] Subject: Re: MVS modify command capture On Wed, 26 Aug 2020 14:50:41 +0000, Seymour J Metz wrote: >That code has to run under SDSF, which is a TSO command. I don't know whether >SDSF will run under a TSO subset environment. No. It is not using the TSO command SDSF but the Rexx command environment SDSF. I have done that directly under IRXJCL and z/OS UNIX with no TMP involvement. (I have not used ISFSLASH.) SDSF can otherwise be invoked under ISPF in which case it employs ISPF display services with greater features than bare TSO. ________________________________________ >> >You could try this bit of REXX and then invoke it via IKJEFT01 batch jcl - > Does that require TSO or would IRXJCL (or even UNIX mutatis mutandis) sufffice? > /*REXX*/ > blah = ISFCALLS('ON') > ISFCONS = "MY@CONS" > ... > ADDRESS SDSF ISFSLASH "(cmd.)" -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
