On 5 Feb 2008 12:16:35 -0800, in bit.listserv.ibm-main
(Message-ID:<[EMAIL PROTECTED]>)
[EMAIL PROTECTED] (Chase, John) wrote:
-----Original Message-----
From: IBM Mainframe Discussion List On Behalf Of Ed Rohr
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.
Looks APAR-able to me.
I don't think its APARable. Probably the same as
specifying output to an existing PDS with a DSN with no
member specified.
It can probably be read with DCB=DSORG=PS (as John
mentioned) or by tweaking the VTOC's information for the
dataset (e.g. via PDSxx or StarTools).
--
I cannot receive mail at the address this was sent from.
To reply directly, send to ar23hur "at" intergate "dot" com
----------------------------------------------------------------------
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