z/OS TSO/E Programming Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


FORTRAN

z/OS TSO/E Programming Services
SA32-0973-00

For calls in FORTRAN the format for invoking the TSO/E Service Facility from functions by using TSOLNK is:
I = TSOLNK(PARM1,PARM2,PARM3,PARM4,PARM5,PARM6)

In FORTRAN programs, you should include the following:

Figure 1. Format of the Parameter List Written in FORTRAN
EXTERNAL TSOLNK
INTEGER TSOLNK
INTEGER PARM1,PARM3,PARM4,PARM5
INTEGER PARM2(20),FILL

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014