One more question on this subject, once this job executes, is there a data
set that gets updated that I can verify it worked?  Will it always reside on
the RES volume? (somewhere in the back of my memory I seem to remember my old
boss mentioning that we put it on a different volume, not the RES)  I may be
thinking of something else, but would like to feel a little more confident.
How do I know it was successful?  I know (think) that SYS1.NUCLEUS fits in
here somewhere.



-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Jim Mulder
Sent: Tuesday, June 10, 2008 5:03 PM
To: [email protected]
Subject: Re: IPL Text

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

----------------------------------------------------------------------
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

Reply via email to