Dave Jousma wrote on 02/09/2009 07:57:42 AM: > Either my eyesight is going bad, or I just plain cannot read. > > I am converting my DFSORT options from the MACRO's to the PARMLIB > members. The book says to enable the options at IPL time with a START > ICEOPT,ICEPRM=nn > > I cannot find for the life of me, the documentation or sample JCL for > ICEOPT. Am I missing it?
Complete documentation for using PARMLIB members for DFSORT installation options is in "z/OS DFSORT V1R10 Installation and Customization" which you can access from www.ibm.com/systems/support/storage/software/sort/mvs/srtmpub.html More specifically, see: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CI10/2.2.4?DT=20080602112557 ICEOPT is a PROC shipped with DFSORT. You set up one or more ICEPRMxx members with the installation options and then enable the member(s) using ICEOPT. For example, if you set up ICEPRM01, you use: START ICEOPT,ICEPRM=01 to enable it., You can find an example of an ICEPRMxx member at: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CI10/FIGWQ59?SHELF=&DT=20080602112557&CASE=&ScrollTOP=FIGWQ59#FIGWQ59 Frank Yaeger - DFSORT Development Team (IBM) - [email protected] Specialties: FINDREP, WHEN=GROUP, DATASORT, ICETOOL, Symbols, Migration => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

