OOPS! 

Thanks,

Jerry 



"McKown, John" <[EMAIL PROTECTED]> 
Sent by: IBM Mainframe Discussion List <IBM-MAIN@BAMA.UA.EDU>
08/28/2008 10:47 AM
Please respond to
IBM Mainframe Discussion List <IBM-MAIN@BAMA.UA.EDU>


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
Re: OCOPY problem






> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Fuchs
> Sent: Thursday, August 28, 2008 8:46 AM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: OCOPY problem
> 
> We are trying to run the following OCOPY
> 
> //SETAEPRM EXEC PGM=IKJEFT01,COND=EVEN 
> //AEPARMS  DD * 
> -CT DB2ODBC 
> -CD FSPQA 
> -CO PGLRCTLW 
> -CP GLRUN27 
> -R  PGL101WJ020 
> -AI GL_JEDIT 
> -I 
> //AEINFILE DD PATH='/tmp/GL_JEDIT', 
> //         PATHDISP=(KEEP,DELETE), 
> //         PATHOPTS=(ORDWR,OCREAT), 
> //         PATHMODE=(SIRUSR,SIWUSR) 
> //SYSTSPRT DD SYSOUT=* 
> //SYSTSIN  DD * 
> OCOPY INDD(AEPARMS) OUTDD(AEINFILE) TEXT CONVERT(YES) PATHOPTS(USE) 
> //* 
> 
> It get the following error
> 
> READY 
> OCOPY INDD(INLOG) OUTDD(LOGHFS) TEXT CONVERT(YES) PATHOPTS(USE) 
> THE RECORD SIZE IN THE OUTPUT DATA SET IS SMALLER THAN A LINE 
> IN THE INPUT 
> FILE.  SOME RECORDS HAVE BEEN TRUNCATED. 
> READY 
> END 
> 
> What are we doing wrong?
> 
> 
> 
> Jerry 

The JCL and the message don't seem to go together. In the JCL, you have
AEPARMS and AEINFILE. Whereas the message talks about INLOG and LOGHFS.


--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 

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



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