We use z/Secure and I generally generate the commands and after PF3, you have the option to edit the generated commands. At this point I use the ISPF command CUT ALL. After that I PF3 out of the z/Secure panels.
I have a separate JCL member that is used to submit z/Secure commands to run in batch. This is so we can wrap a reason code around the commands, so the batch procedure supplies the reason code and this forms part of our audit procedure. PASTE ALL the generated commands into the JCL, supply reason code and submit. If the generated commands are huge, you can add them to a member and submit the JCL fragment with a //SYSIN DD DSN=MY.COMMANDS etc. It's also more efficient than submitting a huge job stream. On Fri, Feb 16, 2018 at 4:50 AM, Seymour J Metz <[email protected]> wrote: > If zSECURE submits the job then it's a zSECURE issue, not a TSO issue. You > may need to contact vendor support if there's nothing in the manual. > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > ________________________________________ > From: IBM Mainframe Discussion List <[email protected]> on behalf > of Nai, Dean <[email protected]> > Sent: Thursday, February 15, 2018 12:23 PM > To: [email protected] > Subject: Re: TSO temp dataset > > Using zSECURE to create the control cards. Editing them down and then > zSECURE needs to submit the job. > > > > Dean Nai > Senior z/OS Systems Programmer > Mainframe Technical Support Group > > > > > > > > > > On 2/15/18, 11:23 AM, "IBM Mainframe Discussion List on behalf of Seymour > J Metz" <[email protected] on behalf of [email protected]> wrote: > > >What do you mean by "through TSO"? SUBMIT from the READY prompt? ISPF? > "E, none of the above"? > > > > > >-- > >Shmuel (Seymour J.) Metz > >https://secure-web.cisco.com/17Iw7vbGMfUJnaE7nqSGtCO1_9cwpNKHUZ6yY_ > aTFsQeWXUJqiW48deXeIlA8-p0F4BGS0yw04Wyf3qGuxqDNjZsHa_ > d0uTBcUSGRUJ0D2eu2aRJj7_PQr02sT3PvI8cKllK2InZ6xiFOZfo9_ > rEIyRgdp4py4wbEMzAQDdpmoeHG3aVX99sP7JEm4nytldkK_ > vBPNoyFTrRSbZCKERUZ5ITdXSCNGg9nPp0lfiecfiqfGBb_ > vj476VImnuFDAD026SVtAz9H6ke8kZZ3b6nDG1WyjbEcIspiOt8Gauu5Vb88 > oCaAERqDHHK1cu5zJ9U08DDqNJJ47YGTcoEuqgQ7yh3KtSA5MTpc_ > atRgMVfSgDZMlyrMklkHfGlHe-RcgxYwP_RiytXjLYMKzMP2n46z_ > uksOIc95n3Z9AfB24C_r9dOQ-RLDuGZ1m4kfqhB9gc/https%3A%2F% > 2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__ > mason.gmu.edu_-7Esmetz3%26d%3DDwIFAw%26c%3DvYl7KJMDeuM7F- > Nqf_hfailBifPmyspo7hrJGlNN7nU%26r%3DJrkg6Kqkg1RuQHbN9OpjcGoj051_ > POke_QQnGwsdEE8%26m%3D8lrraYUgzbHMNuD_Gxalpj0WhrV2gQ8An2qJhvV6PUc% > 26s%3DatcTL-qNdmkQuHYCmY683fEjLPBKm3QgIxHLRMGGTBY%26e%3D > > > >________________________________________ > >From: IBM Mainframe Discussion List <[email protected]> on behalf > of Nai, Dean <[email protected]> > >Sent: Thursday, February 15, 2018 9:01 AM > >To: [email protected] > >Subject: TSO temp dataset > > > >When you submit a job through TSO your temp dataset gets created. I'm > trying to submit a big job and my temp dataset keeps on running out of > space. Any way of increasing the size of it....thanks > > > > > >Dean Nai > >Senior z/OS Systems Programmer > >Mainframe Technical Support Group > > > > > > > > > >> > > > >---------------------------------------------------------------------- > >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 > > ---------------------------------------------------------------------- > 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 > -- Wayne V. Bickerdike ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
