cobol1.hlp (Topic list)
CBL_WRITE_VFILE (↑ Library of Routines)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Routine:      CBL_WRITE_VFILE
 
  Function:     Writes bytes to a heap.
 
  Syntax:       CALL "CBL_WRITE_VFILE" USING BY VALUE     heap-id
                                                          heap-ref
                                                          heap-len
                                             BY REFERENCE heap-buf
 
  Parameters:   heap-id                PIC X(2) COMP-5.
                heap-ref               PIC X(4) COMP-5.
                heap-len               PIC X(4) COMP-5.
                heap-buf               PIC X(n).
                                    -♦-