z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


rapi_fmt_flowspec result

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

If possible, the input object is formatted into the user-supplied buffer. There is no return value.

The following example shows the formatted output for a Controlled Load flowspec.
[CL TS[r=90000 b=6000 p=5.5e+06 m=1024 M=2048] ]
 
Note: Many of the RAPI object values are floating point numbers. The formatting functions display large floating point values in a user-friendly way, such as that shown for the Tspec p value.
The output reflects the following codes:
CL
Controlled load
TS
Tspec, listing the Tspec values
The following example shows the formatted output for a guaranteed flowspec.
[GUAR TS[r=90000 b=6000 p=5.5e+06 m=1024 M=2048] RS[R=90000 S=1] ]
Note: Many of the RAPI object values are floating point numbers. The formatting functions display large floating point values in a user-friendly way, such as that shown for the Tspec p value.
The output reflects the following codes:
GUAR
Guaranteed
TS
Tspec, listing the Tspec values
RS
Rspec, listing the Rspec values

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014