NetBase for MPE Reference Guide

Chapter 9
9-18
Similarly, to exclude the program FIXIT, use the following scenario command:
EP/FIXIT.PROG.MFG/
Moving Records
You can change the node number associated with the file or program to the node specified. The
move command allows modeling of different scenarios by moving processes and files to other
computers. If a file or program name matches the target file name, NBLGTRAN changes the
associated node to that specified by new node number. The MF command changes the node for files,
and the MP command changes the node for programs. See the following syntax for MF and MP.
MF/target-file set/new-node#
MP/target-file set/new-node#
Examples
To determine the effect of moving all files in the DATA group to a new node use the following
scenario command:
MF/@.DATA.MFG/2
Similarly, you can determine the effect of moving programs using the same command. In this case,
all processes associated with the ACCT account are moved to node 3.
MP/@.@.ACCT/3