COBOL envirnment at Oakland Center


Disk ID in the lab

How to Compile & Run COBOL programs in the lab

  1. Insert your diskette (must be formatted).
  2. Download hello1.cbl from instructor's COBOL webpage (www.cs.wayne.edu/~jcc)on the floppy diskette (A:)
  3. Click & Select Start/Programs/MS-DOS Prompt. Then you will see a DOS prompt window and a C:\WINDOWS> Prompt in the wondow.


 C:\WINDOWS> a:
 A:\> DIR
 HELLO1.CBL
 ...

 A:\> g:\rmcob\rmcobol hello1.cbl l,x
 A:\> dir
 HELLO1.cbl
 HELLO1.lst
 HELLO1.cob
 ...

 A:\> g:\rmcob\runcobol hello1 
ST 12 HELLO C? e
HELLO, WORLD TODAY IS 98-01-23 A:\>


Copyright by ChanJin Chung