IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error about I/O error on BLDL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vice_versa
Warnings : 1

New User


Joined: 26 Feb 2006
Posts: 19
Location: usa

PostPosted: Sun Jul 13, 2008 12:06 pm
Reply with quote

When I user below jcl to generate a PDS

//STEP001 EXEC PGM=IEFBR14,COND=(0,NE)
//FILE012 DD DSN=CBT.NORMAL.FILE012,
// DISP=(NEW,CATLG,DELETE),
// DCB=(RECFM=FB,DSORG=PO,LRECL=80,BLKSIZE=0),
// UNIT=SYSDA,VOL=SER=Z3WK03,SPACE=(TRK,(5,30),RLSE)

And when copy a PDS member to the new PDS will report
"I/O error on BLDL"

Any help will be appricated!!
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Sun Jul 13, 2008 12:17 pm
Reply with quote

You did not give any directory blocks...
JCL in my opinion should have flagged the incongruence, but it did not

the main issue is that the dataset gets listed ( ISPF 3.2 ) with a PO organization
but all the PO info is not available

go to option 3.4 and in front of the dataset enter "E /(anything)"
You will get the same error
Back to top
View user's profile Send private message
vice_versa
Warnings : 1

New User


Joined: 26 Feb 2006
Posts: 19
Location: usa

PostPosted: Sun Jul 13, 2008 12:24 pm
Reply with quote

enrico-sorichetti wrote:
You did not give any directory blocks...
JCL in my opinion should have flagged the incongruence, but it did not

the main issue is that the dataset gets listed ( ISPF 3.2 ) with a PO organization
but all the PO info is not available

go to option 3.4 and in front of the dataset enter "E /(anything)"
You will get the same error


Hi enrico-sorichetti,
Thanks
But how can I assign PDS directory blocks when I create it in batch mode,DCB have no directory blocks option.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Sun Jul 13, 2008 12:27 pm
Reply with quote

Quote:
But how can I assign PDS directory blocks when I create it in batch mode,DCB have no directory blocks option.


but the SPACE does

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B650/12.55?SHELF=IEA2BK51&DT=20040712170508
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top