SDSF Batch (ISFAFD): How to use Alternate Form of a Panel
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Job Control Language(JCL)

#1: SDSF Batch (ISFAFD): How to use Alternate Form of a Panel Author: abc2000 PostPosted: Wed Mar 22, 2006 10:13 pm
    —
in SDSF, Use the ? command to display the alternate form of a tabular panel when entered on a tabular panel.

But it no action in SDSF Batch


//STEP1 EXEC PGM=ISFAFD
//ISFOUT DD SYSOUT=*
//ISFIN DD *
?
ST
END

#2:  Author: PhantomLocation: The Blue Planet PostPosted: Thu Mar 23, 2006 5:08 am
    —
acb2000,

You can't issue ? before ST command even in Online SDSF. Please give us your complete requirement to avoid all guess work.

Thanks,
Phantom

#3:  Author: kolusuLocation: San Jose PostPosted: Thu Mar 23, 2006 6:13 am
    —
abc2000,

Here is a link to the SDSF manual

http://publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/ISF1GR00/CCONTENTS?DT=19970129154852

Hope this helps...

Cheers

Kolusu

#4:  Author: abc2000 PostPosted: Thu Mar 23, 2006 7:43 am
    —
in SDSF Status panel , display joblog tabular in alternate form,
primary form. After I submmited a lot of jobs, I want use a batch save jobs information in alternate form. in SDSF Status panel use ? command can change joblog tabular in alternate form, but in SDSF batch ? does not work, why?


//STEP1 EXEC PGM=ISFAFD
//ISFOUT DD SYSOUT=*
//ISFIN DD *
ST
?
END

#5:  Author: Bill DennisLocation: Iowa, USA PostPosted: Thu Mar 23, 2006 8:55 am
    —
I have used the '?' in batch to see alternate panels with PGM=SDSF. Your ISPF session may use different panels than the SDSF parms use in batch.
Code:
//GET1     EXEC PGM=SDSF,PARM='++120,140'  LEN=120, WIDE=140
//ISFOUT   DD  SYSOUT=*                                     
//ISFIN    DD  *                                         
DA OSTC                                                     
?                                                           
SORT RPTCLASS A JOBNAME A                                       

#6:  Author: abc2000 PostPosted: Thu Mar 23, 2006 9:00 pm
    —
Thank you!

You are right!

I don't specify WIDE parm


DA output 1 times
? output 1 times
SORT output 1 times

SDSF Batch output 3 times

can SDSF Batch output only 1 times , selected fields ?



MVSFORUMS.com -> Job Control Language(JCL)


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group