Re: IKJ56228I error
- From: Tom.Schmidt@xxxxxxxxxxxx (Tom Schmidt)
- Date: 31 May 2007 13:36:25 -0700
On Thu, 31 May 2007 14:59:41 -0500, Peter Ten Eyck wrote:
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
Peter,
Your EXPORT syntax is not complete, is it? My DFSMS 1.7 AMS pub indicates
that " EXPORT entryname INFILE(x) OUTFILE(y) TEMP " would be the proper
syntax. You are missing the "entryname" field.
Try using:
EXPORT SYS1.DFSMS.SCDS INFILE(IN5) OUTFILE(OUT5) TEMP
and lose the UNIT=DISK,VOL=SER=Z14CT1 keywords on the IN5 DD, too.
--
Tom Schmidt
Madison, WI
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.
- Prev by Date: Re: File Processing Query
- Previous by thread: RE: IKJ56228I error
- Index(es):
Relevant Pages
|
|