{
 PREMIER SYSTEM INTEGRATORS & 
 Southeaster I/A Users Group Template 1.0               }

INDEPENDENT_SEQUENCE{*******************************
          **                                      **
          **       INDEPENDENT SEQUENCE           **
          **         CONTROL BLOCK                **
          **                                      **
          *****************************************}

CONSTANTS {*********************************************
          * specify any Constants                      *
          *             in the following format:       *
          **********************************************
          * 16CharactersName = value ;                 *
          **********************************************}

VARIABLES {*************************************************
          * specify any Block Local Variables              *
          *             in the following format:           *
          **************************************************
          * 16CharactersName [ , 16CharactersName ] : type;*
          *                                                *
          *where type is one of B, I, R, S, S12, S6        *
          **************************************************}

USER_LABELS{********************************************
          * specify any user labeled parameters        *
          *       in one of the following formats:     *
          **********************************************
          *   16CharactersName : BI00nn; n = 01 -- 24  *
          *   16CharactersName : BO00nn; n = 01 -- 16  *
          *   16CharactersName : BA000n; n =  1 --  4  *
          *   16CharactersName : RI00nn; n = 01 -- 15  *
          *   16CharactersName : RO00nn; n = 01 -- 15  *
          *   16CharactersName : RA000n; n =  1 --  2  *
          *   16CharactersName : II000n; n =  1 --  8  *
          *   16CharactersName : IO000n; n =  1 --  5  *
          *   16CharactersName : IA0001;               *
          *   16CharactersName : SN00nn; n = 01 -- 10  *
          **********************************************}


          {*********************************************
          * Specify any Subroutines                    *
          **********************************************
          *                                            *
          * SUBROUTINE 10CharName( 16CharactersArgs ); *
          *  VARIABLES  subr. local variables ;        *
          *  STATEMENTS                                *
          *      ;                                     *
          * ENDSUBROUTINE                              *
          **********************************************}


          {*****************************************
          * Specify any                            *
          *    Standard Block Exception Handlers   *
          ******************************************
          *                                        *
          * BLOCK_EXCEPTION exc_name [ DISABLE ]   *
          *  STATEMENTS                            *
          *      ;                                 *
          * ENDEXCEPTION                           *
          *****************************************}


STATEMENTS{*****************************************
          *      Specify the statements here       *
          *****************************************}



ENDSEQUENCE
