> -----Original Message-----
> From: IBM Mainframe Discussion List
> [mailto:[EMAIL PROTECTED] On Behalf Of Yukus, Mary J CIV USMEPCOM
> Sent: Tuesday, June 10, 2008 3:26 PM
> To: [email protected]
> Subject: IPL Text
>
> Hi Everyone,
>
> I am applying compatibility maintenance to our z/OS1.4 system to go to
> z/OS1.7. A number of the fixes require the IPL Text to be
> re-written. It
> mentions using ICKDSF to accomplish this. I know we don't
> have the last
> version of ICKDSF installed (I believe it was supposed to go
> to ICKDSF17).
> Does anyone know if I will still be able to use our old
> version (which I
> think is ICKDSF16) to create it? Are there any serious
> implications I should
> know about?
>
> Can anyone point me to some JCL? ...or good documentation?
> Etc. (I haven't
> done this before and I'm the "senior systems programmer" :-) )
>
> It also mentioned the possibility of creating it with "other"
> software. Does
> anyone know what software might be able to do that?
>
> Thanks,
> Mary
ICKDSF does not create IPL text. It only puts it on the volume.
example JCL:
//STEP001 EXEC PGM=ICKDSF,
// REGION=2M
//SYSPRINT DD SYSOUT=*
//IPLDD DD DSN=SYS1.SAMPLIB(IEAIPL00),
// DISP=SHR,UNIT=SYSDA,VOL=SER=TS2RS1
//SYSIN DD *
REFORMAT DDNAME(I14RS1) -
VERIFY(I14RS1) -
IPLDD(IPLDD,OBJFORMAT) NOBOOTSTRAP
/*
//I14RS1 DD DISP=OLD,
// UNIT=3390,
// VOL=SER=I14RS1
I've used this JCL for so many years, without change, that I doubt it
will ever change again <grin>.
--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology
The information contained in this e-mail message may be privileged
and/or confidential. It is for intended addressee(s) only. If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense. If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.
----------------------------------------------------------------------
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