I'm not sure if this group is still alive, but I'm happy to have found it.error. C81 does seem to come up, but i have found literally no documentation or help files in regards to it's use.
I'm running RSTS V10.1L under SIMH and managed to install Cobol-81 V2.3 from the distribution tapes. The install was successful and passed the verification steps. When I try to compile a simple Hello world program, I get a command not installed
Is anyone able to get me on the right starting track?
Thanks in advance!
--Scott
Total of 2104 blocks in 40 files in SY:[100,100]
$ dir *.cob
Name .Typ Size Prot Name .Typ Size Prot SY:[100,100] TEST .COB 1 < 60>
Total of 1 block in 1 file in SY:[100,100]
$ cobol test.cob
cobol test.cob
^
?Command not installed
$ c81 test.cob
C81 -- V2.3
$
As it happens, I have the C81 RSTS/E manuals. See http://mim.stupi.net/manuals/LAYERED/
Johnny
That's awesome! Thank you! To be sure it wasn't just a fluke, I'm doing a fresh install of the system today. Those manuals will be a great help. Thank you again!
I had to manually move C81ODL.TSK and C81RFM.TSK from [1,2] to
[0,55]. Then it worked just fine. Except I am find some strange
behavior in the compiler.
bill
VT100, it works properly, a terminal connected via putty to the DZ device prints the escape sequence. Still puzzling that one out. It may be a configuration issue with the DZ connections. I've got a few other irons in the fire developing a printerI had to manually move C81ODL.TSK and C81RFM.TSK from [1,2] to
[0,55]. Then it worked just fine. Except I am find some strange
behavior in the compiler.
bill
What kind of strange behavior? I haven't really gotten into C81 hard yet, but compiled a simple Hello world program fine. I do notice that terminal cursor placement (DISPLAY-AT) isn't always the same on different devices. On the simh console set as
VT100, it works properly, a terminal connected via putty to the DZ device prints the escape sequence. Still puzzling that one out. It may be a configuration issue with the DZ connections. I've got a few other irons in the fire developing a printerI had to manually move C81ODL.TSK and C81RFM.TSK from [1,2] to
[0,55]. Then it worked just fine. Except I am find some strange
behavior in the compiler.
bill
What kind of strange behavior? I haven't really gotten into C81 hard yet, but compiled a simple Hello world program fine. I do notice that terminal cursor placement (DISPLAY-AT) isn't always the same on different devices. On the simh console set as
Well, maybe not strange, really, but interesting.
The name of the program apparently gets put in the symbol table so
if it shows up later as data item ( or in my case a paragraph name )
it is already defined. And, another is the WITH CONVERSION option
is needed where in more modern compilers like GnuCOBOL it is accepted
but is only seen as a comment.
I am sure there are others but nothing standard violating just
different. I always have fun trying COBOL programs on different
systems to see what is need to port them.
bill
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 353 |
Nodes: | 16 (2 / 14) |
Uptime: | 77:23:47 |
Calls: | 7,639 |
Files: | 12,802 |
Messages: | 5,691,822 |