GDDM V3R2 Base Application Programming Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
FORTRAN GDDM V3R2 Base Application Programming Reference SC33-0868-02 |
|
Versions of the VS FORTRAN compiler earlier than Release 3.0 cause extra parameters to be generated for character items in CALL statements, when the LANGLVL(77) compiler option is in effect; GDDM does not accept these extra parameters. Therefore, to prevent these extra parameters being generated, the SC compiler option must be specified. The current release of VS FORTRAN does not generate these extra parameters, and so the SC compiler option is not required. Parameters must be declared as:
CALL FSINIT
CALL GSSEG (0)
|
Copyright IBM Corporation 1990, 2012 |