Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Error about I/O error on BLDL

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
vice_versa
Warnings : 1

New User


Joined: 26 Feb 2006
Posts: 8

PostPosted: Sun Jul 13, 2008 12:06 pm    Post subject: Error about I/O error on BLDL
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
References
PostPosted: Sun Jul 13, 2008 12:06 pm    Post subject: Re: Error about I/O error on BLDL Reply with quote

enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 2661
Location: italy

PostPosted: Sun Jul 13, 2008 12:17 pm    Post subject: Reply to: Error about I/O error on BLDL
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: 8

PostPosted: Sun Jul 13, 2008 12:24 pm    Post subject: Re: Reply to: Error about I/O error on BLDL
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

Global Moderator


Joined: 14 Mar 2007
Posts: 2661
Location: italy

PostPosted: Sun Jul 13, 2008 12:27 pm    Post subject: Reply to: Error about I/O error on BLDL
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
Moved: Sun Jul 13, 2008 12:29 pm by enrico-sorichetti From TSO/ISPF to JCL
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1