CRE Programmer's Guide
Common Language Utility (CLU) Library Functions
Common Run-Time Environment (CRE) Programmer’s Guide—528146-004
9-9
FORTRAN Considerations
result 
is a 2-byte integer variable (INTEGER*2).
cluoptions
is an integer expression that evaluates to a numeric value appropriate for the 
PROCESS_CREATE_ parameter to which it corresponds.
programfile
is a character operand containing a string value appropriate for the 
PROCESS_CREATE_ parameter to which it corresponds. 
The compiler implicitly computes and transmits the size, in bytes, of 
programfile 
to the function. 
If a string value does not completely fill its operand, the first unused character must 
be a blank (space character).
libraryfile
is a character operand containing a string value appropriate for the 
PROCESS_CREATE_ parameter to which it corresponds. 
The compiler implicitly computes and transmits the size, in bytes, of 
libraryfile 
to the function. 
If a string value does not completely fill its operand, the first unused character must 
be a blank (space character).
swapfile
is a character operand containing a string value appropriate for the 
PROCESS_CREATE_ parameter to which it corresponds. 
The compiler implicitly computes and transmits the size, in bytes, of 
swapfile to 
the function. 
If a string value does not completely fill its operand, the first unused character must 
be a blank (space character).
extswapfile
is a character operand containing a string value appropriate for the 
PROCESS_CREATE_ parameter to which it corresponds. 
The compiler implicitly computes and transmits the size, in bytes, of 
extswapfile 
to the function. 
If a string value does not completely fill its operand, the first unused character must 
be a blank (space character).










