MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SDSF Batch (ISFAFD): How to use Alternate Form of a Panel

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
abc2000
Beginner


Joined: 22 Mar 2006
Posts: 18
Topics: 9

PostPosted: Wed Mar 22, 2006 10:13 pm    Post subject: SDSF Batch (ISFAFD): How to use Alternate Form of a Panel Reply with quote

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
Back to top
View user's profile Send private message
Phantom
Data Mgmt Moderator
Data Mgmt Moderator


Joined: 07 Jan 2003
Posts: 1056
Topics: 91
Location: The Blue Planet

PostPosted: Thu Mar 23, 2006 5:08 am    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12370
Topics: 75
Location: San Jose

PostPosted: Thu Mar 23, 2006 6:13 am    Post subject: Reply with quote

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
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
abc2000
Beginner


Joined: 22 Mar 2006
Posts: 18
Topics: 9

PostPosted: Thu Mar 23, 2006 7:43 am    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Thu Mar 23, 2006 8:55 am    Post subject: Reply with quote

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                                       

_________________
Regards,
Bill Dennis

Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity.
Back to top
View user's profile Send private message
abc2000
Beginner


Joined: 22 Mar 2006
Posts: 18
Topics: 9

PostPosted: Thu Mar 23, 2006 9:00 pm    Post subject: Reply with quote

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 ?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group