I'm an ole school programmer getting back into COBOL programming (for fun, not profit) currently using Visual COBOL in VS2022 to produce an application with character-based screens (i.e., screen section) and I have a couple of questions:
-
How can I print a program listing? Ages ago on the mainframe I would print listings showing the assembler code. Is this even possible in my configuration?
-
What are the prevailing COBOL coding conventions? If this question is likely to trigger a war of conventions, please ignore it and I'll make up my own.
#standards
#Listings
#VisualCOBOL



