Optional process for automatically updating *.dat files in CyFlex exists

Starting with cyflex.6.2.11, the option to automatically update the *.dat files within CyFlex was enabled within the sys_start program.

If the following keyword information is within the /data/cell_map_location file on a test cell, the specified .dat files will be updated when a sys_start is executed within the go.  If it is preferred that the *.dat files not get updated, the following keyword information should be excluded from the /data/cell_map_location file on the test cell.

#The following will grab the /mnt/TcNfs/units.dat file from
#ctclfnode9 and place it as /cyflex/units.dat on the test cell
@PAM_UNITS_FILE
   #source                 destination
   /mnt/TcNfs/units.dat    /cyflex/units.dat
   #source_hostname
   ctclfnode9

#The following will grab the /mnt/TcNfs/channel.dat file from
#ctclfnode9 and place it as /cyflex/channel.dat on the test cell
@PAM_CHANNEL_FILE
   #source                   destination
   /mnt/TcNfs/channel.dat    /cyflex/channel.dat
   #source_hostname
   ctclfnode9

#The following will grab the /mnt/TcNfs/computed.dat file from
#ctclfnode9 and place it as /cyflex/computed.dat on the test cell   
@PAM_COMPUTED_FILE
   #source                    destination
   /mnt/TcNfs/computed.dat    /cyflex/computed.dat
   #source_hostname
   ctclfnode9

#The following will grab the /mnt/TcNfs/parameter.dat file from
#ctclfnode9 and place it as /cyflex/parameter.dat on the test cell
@PAM_PARAMETER_FILE
   #source                     destination
   /mnt/TcNfs/parameter.dat    /cyflex/parameter.dat
   #source_hostname
   ctclfnode9

#The following will grab the /mnt/TcNfs/browse.dat file from
#ctclfnode9 and place it as /cyflex/browse.dat on the test cell   
@PAM_BROWSE_FILE
   #source                  destination
   /mnt/TcNfs/browse.dat    /cyflex/browse.dat
   #source_hostname
   ctclfnode9