User's Guide

ADAPSGBLS

Set up ADAPS globals needed for scheduling.

Function:

ADAPSGBLS sets up ADAPS globals which are needed for scheduling. Globals may be set on the command line by entering LET name=value or may be changed by tutoring ADAPSGBLS.

Parameters:

A_ACQSYS("EROSH")
Acquisition system. The name of the system which maintains the master schedule.

A_SCHEDL("AVHRR:[ADAPS.V2_0.TABLES]")
Schedule location. The directory location of the schedule on A_ACQSYS.

A_HOSSYS("SG1")
Host system. The name of the current system.

Example:

  1. LAS> adapsgbls a_acqsys="mysys" a_schedl="avhrr:[adaps.v2_0.mytab]" a_hossys="hosn"

    The name of the acquisition system which maintains the schedule is "MYSYS". The schedule is kept in the directory "AVHRR:[ADAPS.V2_0.MYTAB]". The host or current system is "HOSN".

Description/Algorithm:

The values of the global parameters used for ADAPS scheduling are set according to the input parameters.

Nonfatal Error Messages:

    None.

Fatal Error Messages:

    None.

User Notes:

  1. If the schedule moves to a unix system, place a '/' on the end of the path location. For example: A_SCHEDL type=(string,50) default="/usr/tmp/"

  2. These globals may be defined by the user within ULOGON.PDF.