A SERVICE OF

logo

FEOV Macro
The basic functions of the VSE and MVS FEOV macros are the same. In MVS,
volume positioning can be specified by the option operand; if no option is coded,
the positioning specified in the OPEN macro is used. The MVS FEOV macro is
valid for BSAM and QSAM.
GET / PUT Macros
The functions of the VSE and MVS GET/PUT macros are the same.
Figure 35 on page 302 shows a comparison of the MVS DCB and VSE DTFMT
macros. Figure 36 on page 303 shows an example of using some of the
preceding macros in a program.
VSE FEOV filename
(1)
MVS FEOV dcbaddress , REWIND
(1-12) LEAVE
VSE GET
PUT
filename , workname
(1) (0)
MVS GET
PUT
dcbaddress , area address
(1-12) (2-12)
(0)
Chapter 13. Assembler 301