-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Peter Ten Eyck
Sent: Thursday, May 31, 2007 3:00 PM
To: [email protected]
Subject: IKJ56228I error
The following job gets the following result? Dynamic allocation error?
The job ...
//TSIDCEXP JOB CLASS=S
// EXEC PGM=IDCAMS
//IN5 DD DISP=SHR,DSN=SYS1.DFSMS.SCDS,
// UNIT=DISK,VOL=SER=Z14CT1
//OUT5 DD DISP=(,KEEP),DSN=TECH.SYS1.DFSMS.SCDS.BKUP,
// UNIT=DISK,VOL=SER=Z17ISV,DCB=BLKSIZE=27998,SPACE=(TRK,
100,5),RLSE)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
EXPORT INFILE(IN5) OFILE(OUT5) TEMP
/*
//
The result...
EXPORT INFILE(IN5) OFILE(OUT5) TEMP
IKJ56228I DATA SET INFILE NOT IN CATALOG OR CATALOG CAN NOT BE
ACCESSED
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS
12
<SNIP>
If you are going to use catalog processing, do not supply volume
specific information. By specifying UNIT & VL=SER=, you are telling the
system to look at that particular volume. The file is then not found in
the catalog, or the Catalog information is over-ridden, and it appears
in this case the data set is not on the volume you have specified.
Later,
Steve Thompson
----------------------------------------------------------------------
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