ACCOUNT-SAVE Proc

The ACCOUNT-SAVE Proc copies the specified account(s) to backup media.

Format

ACCOUNT-SAVE [account-name]

Description

The ACCOUNT-SAVE Proc saves the Master Dictionary and all dictionary and data files comprising the account(s). ACCOUNT-SAVE makes formatted copies of all files, which are stored one after another on the backup medium. This allows you to restore any file or item selectively.

ACCOUNT-SAVE incorporates the SAVE command with the F and T options. All groups in the account(s) are saved, regardless of the state of the group update flags. This Proc does not clear group update flags.

Using ACCOUNT-SAVE

If ACCOUNT-SAVE is entered without an account name following it:

  1. You are prompted to enter the name of the account(s) you want to save:

  2. ACCOUNT NAME?

  3. Enter the name of the account(s), delimiting multiple account names with spaces.

  4. The tape drive or floppy disk drive is attached to your process (if it is not already attached) and you are prompted to specify the tape or floppy disk label:

  5. FILE SAVE LABEL =

  6. Enter the label at the prompt. If you do not want to enter a label, press ENTER; this enters a label with blank characters. Up to 42 characters can be entered for a label.

  7. The ACCOUNT-SAVE then begins. The name of each file is listed on the screen as it is saved. When the account(s) has been saved, you return to the TCL prompt.

  8. NOTE

    • If you are using a 1/4-inch tape cartridge, there may be a two to three minute wait while the tape is retentioned. Retentioning occurs only when a write-to-tape command is issued with the tape positioned at the beginning. It erases the entire tape and then rewinds it before the write-to-tape command is performed.

    • To produce a backward compatible tape, use the SAVE command with the C option.

    • The ACCOUNT-SAVE Proc uses a block size of 16896 for 1/4 inch and VTL devices. Otherwise it uses the blocksize specified in the preceeding T-ATT call.

Example

This example shows the normal sequence of prompts you will see when you use ACCOUNT-SAVE:

>ACCOUNT-SAVE

[6007] 1/4 INCH CARTRIDGE UNIT

BLOCK SIZE: 16896

ACCOUNT NAME? SHIPPING

BLOCK SIZE: 500

FILE-SAVE LABEL = ACCOUNT-SAVE SHIPPING

 

1    1  > SHIPPING > CUSTNAMES

1    2  > SHIPPING > CUSTNAMES > CUSTNAMES

1    3  > SHIPPING > CUSTOMERS

1    4  > SHIPPING > CUSTOMERS > CUSTOMERS

1    5  > SHIPPING > BP

1    6  > SHIPPING > BP > BP

1    7  > SHIPPING > AUDIT

1    8  > SHIPPING > AUDIT > AUDIT

1    9  > SHIPPING > PHONE-LIST

1   10  > SHIPPING > PHONE-LIST > PHONE-LIST

1   11  > SHIPPING > ORDERS

1   12  > SHIPPING > ORDERS > ORDERS

1   13  > SHIPPING > NEWORDERS

1   14  > SHIPPING > NEWORDERS > NEWORDERS

[8100] SAVE COMPLETE (14 FILES, 570 ITEMS)

 

>