Re: IKJ56228I error



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
.



Relevant Pages

  • Define and build alternative index path error under SMS-managed volume
    ... but I have another idea by putting a &&TEMP ... dataset to the IDCUT1 external sortwork. ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: How do I find the SPANNED indicator in a VB record?
    ... drives either TEMP or PERM. ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: Need Help with SB37-04 with temp datasets using IEBCOPY
    ... How do I preallocate the temp datasets ... This is the message and below is my JCL and Cntl. ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: INLINE JCL PROC Question
    ... you can execute it from a temp PDS by ... in library JCL PROCs? ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)