Run Time Parameters for the RLX/Precompiler
RLX
/PrecompilerDescribes run time parameters for the
RLX
/Precompiler.The following run-time parameters can be passed to the
RLX
/Precompiler to control its operation:NAME
The NAME parameter identifies the REXX exec to be precompiled. The NAME parameter is required and must be specified.
BOUNDS (left,right)
The BOUNDS parameter identifies the beginning and ending columns within which significant REXX code occurs in each source record. The
RLX
/Precompiler inspects source text only from the specified portion of the line. For example, if your exec has sequence numbers in columns 73-80, you should specify BOUNDS(1,72) to exclude these sequence numbers from the lines of text inspected by the precompiler. Otherwise a syntax error results. The default specification for BOUNDS considers the entire source record to contain significant text.COMMENTS ( YES | NO )
If specified or defaulted to YES, the
RLX
/Precompiler retains comments in the translated source EXEC. Alternatively, specifying COMMENTS(NO) instructs the precompiler to remove comments from the translated source EXEC written to the RCSOUT file.DIAGNOSE (parm1,parm2,...)
The DIAGNOSE parameter is used to diagnose problems in the
RLX
/Precompiler itself. Vendor support personnel directs you to specify this parameter if necessary.