Set the microfiche number
Sets the microfiche number in a file created by saving the parameter of this proc.
- CURRENT(0 )
- Current microfiche number. CURRENT is used to keep track of the number of the microfiche created.
? 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.
The parameter CURRENT is the current microfiche number. SET is used only to save the value of this parameter; it executes nothing.