GDDM-GKS V1R1 Programming Guide and Reference
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF | BOOK


Using ROOM under VM/CMS

GDDM-GKS V1R1 Programming Guide and Reference
SC33-0334-00



To use the ROOM program if you run under VM/CMS, you must first compile and load the program. The program has been written so that it can be compiled and run using one of the FORTRAN compilers:

  • VS FORTRAN
  • FORTRAN IV G
  • FORTRAN IV H
    
    
If you are using the VS FORTRAN 4.1 compiler:

  1. Compile the program:
    
    
    
             FORTVS ADMJROOM
    

  2. Make the GDDM-GKS and FORTRAN libraries available:
    
    
    
             SET LDRTBLS 6
             GLOBAL LOADLIB VFLODLIB
             GLOBAL TXTLIB VFORTLIB CMSLIB ADMNLIB ADMKLIB ADMGLIB
    

  3. Load and run the program:
    
    
    
             LOAD ADMJROOM ADMJB77
             START *
    

If you are using a FORTRAN IV compiler, you must use the FORTRAN IV compilation command and programming libraries. Also, when loading the program, you must use the GDDM-GKS FORTRAN IV binding routine, ADMJBIV, and not the VS FORTRAN binding routine, ADMJB77, in step 3 above.

Go to the section Running the ROOM program, below.

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012