PXFINTSET(3F) Last changed: 1-6-98
PXFINTSET - Allows components of a structure to be set or modified
INTEGER JHANDLE, VALUE, IERROR
CHARACTER*(n) compnam
CALL PXFINTSET (jhandle, compnam, value, ierror)
UNICOS, UNICOS/mk, and IRIX systems
On IRIX systems, this routine is in libfortran.so which is linked by
default when compiling programs with the MIPSpro 7 Fortran 90 compiler
or when compiling programs with the -craylibs option to the MIPSpro
7.2 F77 compiler.
The PXFINTSET subroutine allows components of a structure to be set or
modified.
When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
kind unless documented otherwise. On UNICOS and UNICOS/mk, default
kind is KIND=8 for integer, real, complex, and logical arguments; on
IRIX, the default kind is KIND=4.
The arguments for PXFINTSET are:
jhandle An input integer variable. jhandle references a structure.
jhandle should have been created by PXFSTRUCTNAME().
compnam An input character variable. compnam is the name of a
component of the structure. compnam is case-sensitive.
value An input integer variable. value is the value to be stored
in the component of jhandle referenced by compnam. The
structures and components that can be accessed through
PXFINTSET() are described on the man page for the related
routine.
ierror An output integer variable.
Upon successful completion of PXFINTSET(), the argument ierror is set
to 0. If any of the following conditions occur, ierror is set to the
corresponding value:
ENONAME Component name is not defined for this structure
EBADHANDLE [Toc] [Back]
If jhandle is an invalid handle or has an incorrect handle
type (UNICOS and UNICOS/mk only).
Application Programmer's Library Reference Manual, publication SR2165,
for the printed version of this man page.
PXFINTSET(3F) Last changed: 1-6-98
PXFINTSET - Allows components of a structure to be set or modified
INTEGER JHANDLE, VALUE, IERROR
CHARACTER*(n) compnam
CALL PXFINTSET (jhandle, compnam, value, ierror)
UNICOS, UNICOS/mk, and IRIX systems
On IRIX systems, this routine is in libfortran.so which is linked by
default when compiling programs with the MIPSpro 7 Fortran 90 compiler
or when compiling programs with the -craylibs option to the MIPSpro
7.2 F77 compiler.
The PXFINTSET subroutine allows components of a structure to be set or
modified.
When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
kind unless documented otherwise. On UNICOS and UNICOS/mk, default
kind is KIND=8 for integer, real, complex, and logical arguments; on
IRIX, the default kind is KIND=4.
The arguments for PXFINTSET are:
jhandle An input integer variable. jhandle references a structure.
jhandle should have been created by PXFSTRUCTNAME().
compnam An input character variable. compnam is the name of a
component of the structure. compnam is case-sensitive.
value An input integer variable. value is the value to be stored
in the component of jhandle referenced by compnam. The
structures and components that can be accessed through
PXFINTSET() are described on the man page for the related
routine.
ierror An output integer variable.
Upon successful completion of PXFINTSET(), the argument ierror is set
to 0. If any of the following conditions occur, ierror is set to the
corresponding value:
ENONAME Component name is not defined for this structure
EBADHANDLE [Toc] [Back]
If jhandle is an invalid handle or has an incorrect handle
type (UNICOS and UNICOS/mk only).
Application Programmer's Library Reference Manual, publication SR2165,
for the printed version of this man page.
[ Back ]
|