User's Guide

SET

Set the microfiche number

Function:

Sets the microfiche number in a file created by saving the parameter of this proc.

Parameters:

CURRENT(0 )
Current microfiche number. CURRENT is used to keep track of the number of the microfiche created.

Example:

  1. LAS> t set

        ? current=28
        ? save $ADAPSTABLES/micro_ah.sav
        ? exit
    

    The parameter CURRENT is saved with a value of 28 in $ADAPSTABLES/micro_ah.sav. This file supplies the current microfiche number to MICRO.

Description/Algorithm:

The parameter CURRENT is the current microfiche number. SET is used only to save the value of this parameter; it executes nothing.

Nonfatal Error Messages:

    None.

Fatal Error Messages:

    None.

User Notes:

    None.