In order for this site to work correctly, and for us to improve the site, we need to store a small file (called a cookie) on your computer.
By continuing to use this website, you agree to our cookies and privacy policy.
  
Home page Home page Home page Home page
Pixel
Pixel Header R1 C1 Pixel
Pixel Header R2 C1 Pixel
Pixel Header R3 C1 Pixel
Pixel

@ATTACK - @Rollout.File

The name of the file to be used for the SUSPEND operation. Note that this is not created in a unique fashion for individual workstations (unlike View Files) and so if SUSPEND is used on a network, care must be taken to ensure that the rollout filenames are unique.

This may be done using the system subroutine ROLLOUT. This routine looks for the name of the ROLLOUT file to use as the second word of @SENTENCE. Thus the following code could be used to individualise the rollout files at login


0001        IF @STATION THEN
0002           * Only do this on a network
0003           ROLL_FILE = @STATION "R#8"
0004           ROLL_FILE : = ".ROF"
0005           @SENTENCE = " . " : ROLL_FILE
0006           CALL ROLLOUT
0007        END

To check the current setting of the rollout file, type ROLLOUT at TCL. Can be amended.

(Volume 2, Issue 6, Page 8)
Pixel
Pixel Footer R1 C1 Pixel
Pixel
Pixel
Pixel