|
|
| Author |
Message |
vice_versa Warnings : 1 New User
Joined: 26 Feb 2006 Posts: 9
|
|
|
|
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 |
|
 |
References
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 3154 Location: italy
|
|
|
|
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 |
|
 |
vice_versa Warnings : 1 New User
Joined: 26 Feb 2006 Posts: 9
|
|
|
|
| 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 |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 3154 Location: italy
|
|
| Back to top |
|
 |
Moved: Sun Jul 13, 2008 12:29 pm by enrico-sorichetti From TSO/ISPF to JCL |
|
|