BLDL error while creating a PDS Member.

JES2/3, JCL, utilities.
Post Reply
Priya
Registered Member
Posts: 50
Joined: Tue Jul 02, 2013 11:43 pm

BLDL error while creating a PDS Member.

Post by Priya »

Hi,

I am trying to create PDS usign below JCL:

Code: Select all

//DISK1 DD DSN=QNQD.INPUT1.PDS,DISP= (new,CATLG,DELETE), 
// UNIT=SYSDA, 
// SPACE=(TRK,(25,10),RLSE),DCB=(RECFM=FB,LRECL=80,BLKSIZE=800), 
// DSORG=PO 
I can create the PDS successfuly here but I'm not able to create the member in the PDS it is giving BLDL error. Please help.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: BLDL error while creating a PDS Member.

Post by Robert Sample »

Your SPACE parameter does not include anything for the PDS directory, hence the BLDL error. Change the (25,10) to (25,10,100)
Priya
Registered Member
Posts: 50
Joined: Tue Jul 02, 2013 11:43 pm

Re: BLDL error while creating a PDS Member.

Post by Priya »

Thanks Robert. I did miss that.

It solved the problem.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: BLDL error while creating a PDS Member.

Post by Robert Sample »

Glad to hear you got it resolved.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “JCL - Job Control Language.”