IBM Mainframe Discussion List <[email protected]> wrote on 06/10/2008 05:34:36 PM:
> ----- Original Message ----- > From: "Ken Porowski" <[EMAIL PROTECTED]> > Newsgroups: bit.listserv.ibm-main > Sent: Tuesday, June 10, 2008 4:37 PM > Subject: Re: IPL Text > > > > Here is what I have for z/OS 1.8, I doubt the level of ICKDSF matters, > > just use the correct SAMPLIB. > > > > This does look a little different from what John McKown sent. Mine came > > from the Serverpac installation, z/OS 1.7 was the same and IIRC so were > > earlier versions. > > > > //IPLTXT EXEC PGM=ICKDSF > > //SYSPRINT DD SYSOUT=* > > //IPLVOL DD DISP=SHR, > > // VOL=SER=RSAR8A, > > // UNIT=3390 > > //IPLTEXT DD DSN=LS0AR8.SYS1.SAMPLIB(IPLRECS),DISP=SHR > > // DD DSN=LS0AR8.SYS1.SAMPLIB(IEAIPL00),DISP=SHR > > //SYSIN DD * > > REFORMAT DDNAME(IPLVOL) IPLDD(IPLTEXT) NOVERIFY BOOTSTRAP > > /* > > > > I'll just chip in that this example is the correct one to use, as you must > have both IPLRECS and IEAIPL00 in the IPLDD. > If you specify NOBOOTSTRAP, or avoid specifying BOOTSTRAP so that the default of NOBOOTSTRAP is used, then ICKDSF supplies the bootstrap records, and IPLRECS is not needed. Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY ---------------------------------------------------------------------- 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

