I did a little reading When you invoke SDSF with either program name SDSF or ISFAFD, SDSF determines whether to process JES2 or JES3. You can request that SDSF not do that determination and process JES2. For this purpose, use the alternate program name SDSF2 or ISFAFD2.
To get all OUTPUT from the panel use ++ALL rather that DOWN Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Lizette Koehler > Sent: Sunday, March 06, 2016 5:41 AM > To: [email protected] > Subject: Re: Print the SDSF Output list screen? > > You can add the word DOWN (like you are scrolling down) in the commands. This > is a batch "green screen" process. > > http://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.isfa5 > 00/batchy.htm > > > > SDSF Batch uses the same process as if you were at a console. You need to > PF7/8 - DOWN/UP > > //BTCHSDSF EXEC PGM=ISFAFD > //ISFOUT DD SYSOUT=* > //ISFIN DD * > PRE JOBN* > TOP > ST > DOWN (repeat as needed. I usually do 10 or 100 depending on how deep I think > the queue is) > > > If you want to program, then there is the SDSF Rexx interface. > > > Lizette > > > > -----Original Message----- > > From: IBM Mainframe Discussion List [mailto:[email protected]] > > On Behalf Of Brian Westerman > > Sent: Saturday, March 05, 2016 11:21 PM > > To: [email protected] > > Subject: Re: Print the SDSF Output list screen? > > > > That shows the first page of the jobs only, but it gives me a start to > > work from. Maybe there is a way to show the multiple pages (there are > > probably 300 jobs in the queue that they want to be able to see). > > > > Thanks, > > > > Brian > > > > //* > > //* BTCHSDSF EXEC PGM=SDSF,PARM='++32,132" > > //* ISFOUT DD SYSOUT=* > > //* ISFIN DD * > > //* > > //* > > //BTCHSDSF EXEC PGM=ISFAFD > > //ISFOUT DD SYSOUT=* > > //ISFIN DD * > > PRE JOBN* > > TOP > > ST > > > > ---------------------------------------------------------------------- > > 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
