I can't believe this JCL would work as you miss the DBRMLIB DD-Statement. 
Perhaps you miss this one. 

For the U3002 I would like to see the msgs. 
Do you know Enterprise Cobol 3.3.1 is required for DB2 V8 integrated 
precompiler?

Roland

-----Original Message-----
From: IBM Mainframe Discussion List 
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Bell
Sent: Friday, February 03, 2006 3:49 PM
To: [email protected]
Subject: Re: COBOL compile time Question


This jcl and cblopt works with DB2 V7 and enteprise cobol 3.3 
and it works with either region = 0M or region = 8M I tried the 
same options and JCL with DB2 V8 and got an abend - didn't 
examine it closely (u3002). The quickest way out is what was 
already suggested - change to the stand alone precompiler

Mike

//COB2COMP EXEC PGM=IGYCRCTL,REGION=0M,
// PARM='TEST(NONE,SYM),NOSEQUENCE'
//STEPLIB  DD  DISP=SHR,DSN=IGY330.SIGYCOMP
//         DD  DISP=SHR,DSN=DSN710.SDSNLOAD
//SYSUT1   DD  SPACE=(460,(800,200)),UNIT=SYSDA
//SYSUT2   DD  SPACE=(460,(800,200)),UNIT=SYSDA
//SYSUT3   DD  SPACE=(460,(800,200)),UNIT=SYSDA
//SYSUT4   DD  SPACE=(460,(800,200)),UNIT=SYSDA
//SYSUT5   DD  SPACE=(460,(800,200)),UNIT=SYSDA
//SYSUT6   DD  SPACE=(460,(800,200)),UNIT=SYSDA
//SYSUT7   DD  SPACE=(460,(800,200)),UNIT=SYSDA
//SYSPRINT DD  SYSOUT=*

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