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.isfa500/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
