Converting some test programs to run on z/OS 3.1 with 5655-EC6 IBM Enterprise 
COBOL for z/OS 6.4.0. First I had to add a bunch more SYSUTnn, and then the 
compile was still failing with:
 
IGYCB7104-U   Internal error while compiling program __COMPUNITsinit. Failed 
assertion on
              ../../ibm/env/ListingAgent.cpp:6191. Compilation terminated.

(my program is NOT named COMPUNITSinit or ListingAgent, in case that's not 
obvious.)

After much tinkering, I found that it didn't like
//SYSMDECK DD SYSOUT=*

Changing that to
//SYSMDECK DD UNIT=SYSDA,SPACE=(CYL,(1,1))
made it happy.

Seems like I shouldn't be able to cause an internal compiler error that 
trivially, no? Alas, we don't have a "real" IBM customer number, so I can't 
report this normally. Just wondered if I was missing something obvious about 
this.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to