Using NS3000/iX Network Services (36920-90008)

210 Chapter 8
NetCI
Sample Applications
The INSTALL script file contains the following commands:
%dsline
local=!1 file equation for the node defined as local. The
referenced node will be specified with the PLAY
command.
%newgroup
newvers creates a new group called newvers on the node.
%dscopy runs the DSCOPY subsystem.
prog.newvers:local
[operator.sys]
to @.NEWVERS;REP
specifies that the target file will have the same file
name as the source file. REP option replaces the existing
file in the destination node with the new file if a file
with the same name exists.
convert.newvers:local
[operator.sys] to
@.NEWVERS;REP
specifies that the target file will have the same file
name as the source file. REP option replaces the existing
file in the destination node with the new file if a file
with the same name exists.
// exits DSCOPY.
%run
convert.newvers
executes the CONVERT program to convert the PROG file.
%purge convert.newvers
purges CONVERT program file on target node.
%purge prog.applic
purges old existing file in the APPLIC group on target
node.
%rename
prog.newvers,pro
g. applic renames converted file on target node to the same file
and group name as the old file.
%purgegroup
newvers purges the newvers group on the target node.
yes response to the question verifying that the newvers
group is to be purged.