Run Time Parameters for the RLX/Precompiler
RLX
/PrecompilerDescribes run time parameters that you can pass to the
RLX
/Precompiler to control its operation.The following run time parameters can be passed to the
RLX
/Precompiler to control its operation.NAME(exec)
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 REXX statements can be coded within 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, 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. You are directed by vendor support personnel to specify this parameter if necessary.