Mostek Operations Planning Systems DECUS VAX/VMS SIG Tape Spring 1983 Submission This tree contains submissions from the Operations Planning Systems Group within Mostek. While primarily a commerical shop, these submissions reflect some of the systems programming currently under development within this group. Additional information regarding this submission can be obtained from the authors: Kevin Klughart - Mostek Corporation 1215 West Crosby Road Mail Station 2306 Carrollton, Texas 75006 (214) 466-7506, 6910, 6815 Mostek OPS Spring 1983 SIG Tape Submission Page 2 Subdirectory Contents DCL - Useful DCL Command Procedures This directory contains some useful command procedures, including one for listing files on the auxiliary printer port of VT100/DT-80/CIT-101 terminals, and a command procedure to submit jobs to a remote host via the use of the VAX/VMS 2780/3780 protocol emulator on a remote node. DECNET - Useful DECnet-VAX Procedures This subdirectory includes several networking command procedures which are used to configure and boot our network. These can be of great use to anyone new to DECnet and all the ins and outs of configuring your network startup procedures. MACRO - Miscelaneous macro programs This directory contains two miscelaneous macro programs. One is an interface to the $SNDOPR system service which enables a user program to easily send a message to one of the VMS operators. The other is an interface to the $SNDSMB system service which allows a user program to submit job files to a specific batch queue. This routine is capable of the full complement of job submission options. TLXCOM - TELEX Command Procedures Command procedures used to support development of a VAX/VMS user interface to the domestic/overseas TELEX network. TLXMAC - TELEX Macros Macros used to support TELEX software. These include an extensive set of macros which support DECs Forms Management System (FMS) Version 2.0 and some limited structured macro constructs which ease macro development, status checking, and other common functions. Mostek OPS Spring 1983 SIG Tape Submission Page 3 TLXSPM - TELEX Structured Macros These are specifically structured macros which are currently under development to enable total structured support of high-level constructs within MACRO-32. Of particular interest will be the DO loop construct, CASE construct, and STRING manipulation macros as well as the LABEL stack generation/manipulation macros. These basic tools will eventually lead to more complete support of all the common structured constructs. TLXSRC - TELEX Source Modules These modules are source modules which utilize the macros which are mentioned above. They are included merely as an aid to understanding how easy these macros make program development under MACRO-32! When the full TELEX utility subsystem is functional, this package including source will also be contributed to the SIG tape, but as yet the software is still under development.