Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Language Reference Manual

FILEWRITE

FILEWRITE attempts to write z storage units (bytes) to file x from location y It returns the number of storage units actually written.

Read syntax diagramSkip visual syntax diagram>>-FILEWRITE(x,y,z)--------------------------------------------><
 
x
File reference.
y
Expression with type POINTER or OFFSET. If the type is OFFSET, the expression must be an OFFSET variable declared with the AREA attribute.
z
Expression with computational type that is converted to FIXED BIN(31,0).

FILEWRITE can write only to TYPE(U) files.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)