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 

ICETOOL and JCL Parms

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
satfrompap
Beginner


Joined: 12 Sep 2006
Posts: 1
Topics: 1

PostPosted: Sat Dec 09, 2006 12:50 am    Post subject: ICETOOL and JCL Parms Reply with quote

Hi All,

Can we pass Dynamic values to ICETOOL step through something like PARM?

I have to use different sort conditions based on the PARM...

Thanks in advance.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Sat Dec 09, 2006 8:21 am    Post subject: Reply with quote

satfrompap,

Please show us an example and may be we can suggest a solution.

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


Joined: 02 Dec 2002
Posts: 1618
Topics: 31
Location: San Jose

PostPosted: Sat Dec 09, 2006 11:35 am    Post subject: Reply with quote

You can pass dynamic values through DFSORT Symbols.

Code:

//SYMNAMES DD *
sym1,5,9,CH
con1,'constant1'
/*


The SYMNAMES data set can also be a sequential data set or a member (RECFM=FB, LRECL=80).

You can then use those symbols in DFSORT and ICETOOL control statements, e.g.

Code:

   INCLUDE COND=(sym1,EQ,con1)


For complete details on DFSORT Symbols, see:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CA20/7.0?DT=20060615185603

If you need more specific help, please provide more details of what you're trying to do as Kolusu requested.
_________________
Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities 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