Upgrade error.

2008-04-21 Thread Howard Brazee
We just upgraded our OS to ZOS 1.9 and old CoBOL programs fail with the
following error:

 

 

000121 008200 COPY ABEND01.


 


000121== IGYDS0010-S A COPY statement was found but the LIB
compiler option was not in   

  effect.  Scanning was resumed at the item
following the next period.

 

 

How do I set up our compilers to work again?  (Batch and Endevor - no
CICS)


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



Re: Upgrade error.

2008-04-21 Thread Howard Brazee
I also noticed that the SDSF output file order is different.

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



Re: Upgrade error.

2008-04-21 Thread Don Leahy
On Mon, Apr 21, 2008 at 11:37 AM, Howard Brazee [EMAIL PROTECTED] wrote:
 We just upgraded our OS to ZOS 1.9 and old CoBOL programs fail with the
  following error:





  000121 008200 COPY ABEND01.





  000121== IGYDS0010-S A COPY statement was found but the LIB
  compiler option was not in

   effect.  Scanning was resumed at the item
  following the next period.





  How do I set up our compilers to work again?  (Batch and Endevor - no
  CICS)

Talk to your Endevor folks.  They need to add the LIB compiler option
to the processor that you are using.

Or, the systems programmers can tweak the compiler defaults to
override the IBM-delivered default, which is NOLIB.

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



Re: Upgrade error.

2008-04-21 Thread Howard Brazee
On 21 Apr 2008 08:53:27 -0700, [EMAIL PROTECTED] (Don Leahy) wrote:

Talk to your Endevor folks.  They need to add the LIB compiler option
to the processor that you are using.

Or, the systems programmers can tweak the compiler defaults to
override the IBM-delivered default, which is NOLIB.


Thanks.   I added that parm to my own compile and it worked.   The
Endevor people and the systems programmers will decide on a permanent
fix.

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



Re: Upgrade error.

2008-04-21 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Howard Brazee
 
 We just upgraded our OS to ZOS 1.9 and old CoBOL programs 
 fail with the following error:
 
  
 
  
 
 000121 008200 COPY ABEND01.
 
 
  
 
 
 000121== IGYDS0010-S A COPY statement was found but the LIB
 compiler option was not in   
 
   effect.  Scanning was resumed at the item
 following the next period.
 
  
 
  
 
 How do I set up our compilers to work again?  (Batch and Endevor - no
 CICS)

Re-apply whatever USERMOD you had on the previous z/OS release to tailor
your COBOL installation options.  This is z/OS-release-independent.

-jc-

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