Guardian Programmer's Guide

Table Of Contents
Communicating With a TACL Process
Guardian Programmer’s Guide 421922-014
8 - 5
Obtaining Startup Information
The input and output file names in the Startup message have the same structure
as file names on a C-series system. To convert these names to D-series format,
you can use the OLDFILENAME_TO_FILENAME_ procedure.
A parameter string containing any parameters supplied to the RUN command. The
parameter string contains exactly the same characters as contained in the
parameter string to the RUN command, plus a null byte to terminate the string. If
the resulting message has an odd number of bytes, a second null is added.
If no parameter string data is included, under the standard protocol you must
append two null bytes to the end of the Startup message.
A sample execution of the VOLUME and RUN commands follows:
VOLUME $APPLS.PROGS
RUN MYPROG /IN INFILE,OUT OUTFILE/ PARAM1
The corresponding Startup message sent to the application MYPROG is as follows:
VST040.VSD