Home      Mainframe Forum      Mainfarme Tutorials      IBM Manuals      Mainframe Interview Questions      Mainframe Books      IT News     SiteMap     Downloads


     
 
MAINFRAME - TIP OF THE DAY : programming pearls - The fastest algorithm can frequently be replaced by one that is almost as fast and much easier to understand.

Google
 
Web mainframegurukul.com

Welcome to the mainframegurukul forums.

You are currently viewing our mainframe forums as a guest which gives you limited access to view most discussions, articles. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support at admin@mainframegurukul.com


hi clear this doubt

 
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> JCL
  View previous topic :: View next topic  
Author Message
Nirmal
Guest





PostPosted: Fri May 12, 2006 2:18 pm    Post subject: hi clear this doubt Reply with quote

iam trying to create pds through jcl code

//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 couldnot able to create member in the pds it is giving BLDL error...,
try to rectify this..,
Back to top

Frank Yaeger
Moderator


Joined: 18 Feb 2006
Posts: 487
Location: San Jose, CA

PostPosted: Fri May 12, 2006 8:43 pm    Post subject: Reply with quote

The problem is SPACE=(TRK,(25,10),RLSE),...

You didn't specify any directory blocks so you get 0. Without any directory blocks, you can't create any members. Change your SPACE parameter to:

SPACE=(TRK,(25,10,20),RLSE),...

That will give you 20 directly blocks so you can create members. 20 is just an example - you can use any number that's appropriate.
_________________
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> JCL All times are GMT + 5 Hours
Page 1 of 1



 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts I need a JCL to delete the last 6 lines of all the members i 3 osurendhra 9128 Tue Mar 30, 2010 1:39 pm
Anuj Dhawan View latest post
No new posts What does a disposition of (NEW,CATLG,DELETE) mean? 1 Krishna 1795 Sun Jul 19, 2009 2:25 pm
Krishna View latest post
No new posts What does a disposition of (NEW,CATLG,KEEP) mean? 1 Krishna 1654 Sun Jul 19, 2009 2:23 pm
Krishna View latest post
No new posts Trying to delete/define a VSAm, but VSAM is in use 10 Dr_Halo 1842 Sat Mar 21, 2009 8:14 am
Anuj Dhawan View latest post
No new posts Hi while trying to copy a flat file to KSDS VSAM file , an e 1 SUBARNA ROY 3831 Sat Jun 21, 2008 2:29 pm
MikeJ024 View latest post
 



This widget requires Flash Player 9 or better








Go to top of the page
 

Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  DB2 INTERVIEW QUESTIONS ||  COBOL INTERVIEW QUESTIONS  ||  JCL INTERVIEW QUESTIONS ||  JCL2 INTERVIEW QUESTIONS ||  VSAM INTERVIEW QUESTIONS ||  CICS INTERVIEW QUESTIONS  ||  Online tutorials ||  Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  SiteMap  ||  Expeditor Tutorial  ||  FILE-AID Tutorial  ||  Changeman Tutorial  ||  COBOL   ||  DB2   ||  JCL  ||  CICS  ||  VSAM  ||  DB2 Interview Questions ( 110 )   || Simple JCL Tutorials  || JCL Tutorial from MainframeGurukul.com   || Simple JCL Tutorial - Chapter1 ;|| Mainframe Forum - Tutorials  || Mainframe Tutorials

Drona Educational Forums - Mainframe Cobol DB2 CICS Board
Powered by phpBB