Hi All, This looks like a BUG to me.....Time to call IBM..
Regards, Scott -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Ed Rohr Sent: Tuesday, February 05, 2008 3:11 PM To: [email protected] Subject: VSAM Surprise Hi List - How about an AMS Repro that gets a zero completion code, an a good output record count, AND Creates an unusable output dataset. //STEP1 EXEC PGM=IDCAMS,REGION=8M //SYSPRINT DD SYSOUT=* //DD1 DD DISP=SHR,DSN=MY.VSAM.CLUSTER //DD2 DD DSN=MY.UNUSABLE,UNIT=SYSDA,DISP=(,CATLG,DELETE), // DCB=(LRECL=32756,BLKSIZE=32760,RECFM=VB), // SPACE=(CYL,(7,1,43),RLSE) //SYSIN DD * REPRO IFILE(DD1) OFILE(DD2) Notice that there are directory blocks - coded in error. Yep, an unusable PDS, with no warning or error messages. Enjoy, Ed Rohr Daimler Trucks, North America, LLC (503) 745-9027 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

