I am running the following JCL step:

//**********************************************************************
//** STEP S17GEN: COPY THE HPA FOCUS DATABASES.                       **
//**********************************************************************
//S17GEN EXEC GENERP
//GENR10.SYSUT10  DD DSN=&QUAL1..FOCUS.HPARDIST,
//            DISP=SHR
//GENR10.SYSUT10O DD DSN=&QUAL1..TEST.HPA150.TEST(+1),
//            DISP=(NEW,CATLG,DELETE),
//            SPACE=(CYL,(50,10),,CONTIG),
//            DCB=(SYS1.MODEL,RECFM=F,LRECL=4096,BLKSIZE=4096)
//GENR10.SYSUT20  DD *
ONLY ONE RECORD
/*
//GENR10.SYSUT20O DD SYSOUT=*

When I look at the SYSOUT, I see the following error:

***********************************************************************
*  PROPRIETARY PRODUCT OF UTILITY SOFTWARE COMPANY   --  PGM=USCCOPY
***********************************************************************
   JOB = JOB1OPT1    STEP = S17GEN      GENR10    TIME STAMP - 12-09-08
  ERR MSG19 -- SYSUT10  FILE REJECTED DUE TO OPTCD, DSORG, OR KEYS

***********************************************************************
*  PROPRIETARY PRODUCT OF UTILITY SOFTWARE COMPANY   --  PGM=USCCOPY
***********************************************************************
   JOB = JOB1OPT1    STEP = S17GEN      GENR10    TIME STAMP - 12-09-08
INPUT  FILE -- SYSUT20    LRECL =    80   BLKSIZE =    80   RECFM = FB
                          SYSIN
               SYSUT20O *** WARNING *** -- DCB PARAMETER(S) COPIED FROM
OUTPUT FILE -- SYSUT20O   LRECL =    80   BLKSIZE =    80   RECFM = FB
                          SYSOUT DATA SET
             1 RECORDS COPIED TO ALL ACCEPTED OUTPUT FILES.
ONLY ONE RECORD

When I look at the OPTCD code, of the input dataset, I see that the OPTCD 
= Z. 

According to the USCCOPY documentation, OPTCD=Z, is not supported for 
input datasets. 

When I change the OPTCD, for this dataset, via STARTOOLS, from Z to 'NO', 
something or some process changes the OPTCD back to Z. 

Two questions:
  1. Is there some workaround, whereby I can get USCCOPY to work for a 
dataset with OPTCD = Z? 
  2. What process could change a datasets OPTCD? 

Regards,
Dave Briars
Systems Analyst
Northern Trust Company
Chicago, IL
_______________________________________________________________________________
David Briars | Sr. Applications Consultant | Hedge/Partnership Accounting 
- Technology 
801 S. Canal St. Chicago, IL 60607 | phone (312) 444-4749 | [EMAIL PROTECTED] 
Please visit northerntrust.com 
CONFIDENTIALITY NOTICE: This communication is confidential, may be 
privileged and is meant only for the intended recipient. If you are not 
the intended recipient, please notify the sender ASAP and delete this 
message from your system.

IRS CIRCULAR 230 NOTICE: To the extent that this message or any attachment 
concerns tax matters, it is not intended to be used and cannot be used by 
a taxpayer for the purpose of avoiding penalties that may be imposed by 
law. For more information about this notice, see 
http://www.northerntrust.com/circular230

----------------------------------------------------------------------
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

Reply via email to