RE: MVT COBOL under MVS3.8j.
| Newsgroups | gmane.comp.emulators.hercules390.mvs |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 14 Sep 2019, Giuseppe Vitillaro giuseppe-yuD/ahkh7LvrZ44/[email protected] [H390-MVS] wrote: > On Fri, 13 Sep 2019, 'Shelby Beach' [email protected] [H390-MVS] wrote: > >> Whoa, this gives me an idea... Peppe, why don't you try running the compiler >> on MVS as V=R. >> >> Shelby > Ok, I figured out why wasn't running in a small region, the SYSLIB BLKSIZE was too large ;-( Now it would run in 128K, it does for V=V, but for V=R I get: JOB 617 $HASP303 COB1 RE-ENQUEUED AND HELD $HASP309 INIT 1 INACTIVE ******** C=A STC 1750 IEF090E PROTECT KEY UNAVAILABLE COB1 PLACED ON HOLDQ Now, it looks COBOL compiler doesn't like to run in V=R? Peppe.