NET/MASTER Network Control Language (NCL) Programmer's Guide

Working With Edit Files
Working With Files
12–102 106160 Tandem Computers Incorporated
The following screen shows the result of executing the commands:
(06:19) --------------------- OPERATOR CONTROL SERVICES ----------------------
START OPSYS SEND FUP CREATE $DATA2.JOHNNCLS.EDITFILE, CODE 101
NNM1468 File Utility Program - T9074D30 - (15JUN91) System \SYS1
NNM1468 Copyright Tandem Computers Incorporated 1981, 1983, 1985-1991
NNM1456 CREATED - $DATA2.JOHNNCLS.EDITFILE
NNM0999 *END*
START OPSYS SEND FUP PURGE $DATA2.JOHNNCLS.EDITFILE !
NNM1456 $DATA2.JOHNNCLS.EDITFILE PURGED.
NNM1456 1 FILE PURGED
NNM0999 *END*
START OPSYS EOF FUP
_____________________________________________________________________________
---------- ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
The following EDIT command creates an edit file from the OCS command input line:
OPSYS SEND EDIT GET $DATA2.JOHNNCLS.EDITFILE!
The following EDIT command terminates the session with EDIT:
OPSYS EOF EDIT
The following FUP command purges the edit file:
OPSYS SEND FUP PURGE $DATA2.JOHNNCLS.EDITFILE !