HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)
Chapter 5 225
Reformatting Specifications
Running REFORMAT
In many cases, a streamed job is part of a group of streamed jobs. When REFORMAT is
part of a series of program executions, you should precede the RUN REFORMAT command by
a MPE :CONTINUE command. Otherwise, any fatal error in REFORMAT (such as an
inappropriate file name) prevents subsequent programs from executing. For example:
!JOB
!FILE ...
!FILE ...
!FILE ...
!CONTINUE
!RUN REFORMAT.PUB.SYS
!SPLGO MYPROG
!EOJ
.
.
.