RE: Question About LIKE Parm



Sorry, I gave a cursory look to your job - I didn't notice you were doing an
ALLOC. In any case, if you want, you can just add DIR(n) where n is some
number of directory blocks to your ALLOC.

I tried the following here and it created a data set with 99 dirblcks:
//SYSIN DD *
ALLOC DA('SYS2.TEST.PARMLIB') -
LIKE ('SYS1.PARMLIB') DIR(99)

Data Set Name . . . : SYS2.TEST.PARMLIB

General Data Current Allocation
Volume serial . . . : Z17STG Allocated cylinders : 10
Device type . . . . : 3390 Allocated extents . : 1
Organization . . . : PO Maximum dir. blocks : 99
Record format . . . : FB

However, if I leave the DIR parm off, I still get a data set created with
directory blocks, so I wonder why your job doesn't work. What z/OS level
are you?

Greg

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@xxxxxxxxxxxx
Of esmie moo
Sent: Wednesday, August 30, 2006 1:08 PM
To: IBM-MAIN@xxxxxxxxxxx
Subject: Re: Question About LIKE Parm

Hi Greg,

I am not sure how I would code this parm. are recommended. Any suggestions?



########################################################################
Notice.....Notice : Ben E. Keith has changed our email address from
bekco.com to benekeith.com. The user-id to the left of the "@" has not
changed. Please change your contact info to this new email address.
########################################################################

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.