----- 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.
Regards,
Tom Conley
----------------------------------------------------------------------
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