> Can anyone explain to me why I get Enterprise COBOL V4.1 "informational" > message IGYOP3094-W >in the do-nothing program listed below?
I haven't written in COBOL in over 30 years, but I suspect it's because
SUB-PARA-2 sits in between SUB-PARA-1 and PARA-EXIT.
000044 SUB-PARA-1.
000045 IF WS-SUB < 6
000046 1 MOVE 0 TO WS-SUB
000047 1 GO TO PARA-EXIT.
000048
000049 SUB-PARA-2.
000050 DISPLAY WS-SUB.
000051
000052 PARA-EXIT.
000053 EXIT.
Bob Shannon
Rocket
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

