On 2021-03-27 18:20, Neal G. wrote:
> Thanks Sammy,
>
> I'd also add that this compile command is useful if you're working with
> COBOL source developed on other systems:
> COBOL/ANSI_FORMAT WORLD.CBL
> The ANSI_FORMAT switch informs the compiler that the source is in the
> traditional (standard) column layout.
I think you don't even need to add the .CBL. It assumes the default
extension, if none is given.
However, with COBOL-81, I think the default extension might be .C81
> For those getting started, Johnny Billquist has kindly provided the
> documentation on his MIM site,
> which I could not find on bitsavers:
> COBOL-81, RSTS Users's Guide V2.3,
>
http://mim.update.uu.se/manuals/layered/c813.pdf
>
> Don't be confused that the manuals are for RSTS. It seems that COBOL-81
> runs in the RSX subsystem on RSTS so most of the information in the
> manuals is directly applicable to those of us running RSX-11M-Plus.
That's why I put them there. I would love to find the RSX manuals, but I
haven't. But most things are the same. The actual installation procedure
is different between the systems, and there might be other small
differences, but the large majority of information applies just as well
under RSX. So if you are interested in Cobol development under RSX,
those manuals should be enough to get you going.
Speaking of which - if there is anyone around who is into Cobol
development, and who would be interested in helping me out, I could use
some aid in developing a library for doing TCP/IP communication from
Cobol under RSX.
I have libraries for C, FORTRAN-77, BASIC+2, OMSI Pascal and Xlisp. But
nothing for Cobol... And I don't know Cobol enough myself.
Fun fact - MIM is actually an RSX system, which is serving these
manuals... And those Cobol manuals are huge:
.dir us:[manUALS]c8*.*
Directory DU1:[MANUALS]
27-MAR-21 20:02
C811.PDF;1 23065. 31-AUG-16 21:12
C812.PDF;1 343303. 31-AUG-16 21:12
C813.PDF;1 465677. 31-AUG-16 21:14
C814.PDF;1 8604. 31-AUG-16 21:17
Total of 840649./840649. blocks in 4. files
Johnny
>
> - Neal G.
>
> On Tuesday, March 23, 2021 at 11:20:28 PM UTC-5
sfraw...@gmail.com wrote:
>
> I'm probably late on this thread, but for the standard C81 "hello
> world" program, the COBOL thing is:
> COBOL WORLD.CBL (you can omit the .CBL)
> LINK/C81 WORLD.
>
> --
> You received this message because you are subscribed to the Google
> Groups "[PiDP-11]" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
pidp-11+u...@googlegroups.com
> <mailto:
pidp-11+u...@googlegroups.com>.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/pidp-11/393f9950-bbdd-4cbd-b65f-2526cf7f191fn%40googlegroups.com
> <
https://groups.google.com/d/msgid/pidp-11/393f9950-bbdd-4cbd-b65f-2526cf7f191fn%40googlegroups.com?utm_medium=email&utm_source=footer>.