$* compiler directive

Top  Previous  Next

 

The $* directive inserts user supplied text into the object code.

 

 

Format

 

$* text

 

where

 

textis the text to be inserted.

 

 

The $* directive allows a developer to embed text into the compiled object code. This text can be printed using the FIND.PROGRAM command.

 
Multiple $* directives may appear in a program, each adding a line to the stored text.

 

 

Example

 

$* Trigger program for sales data files

 

 

See also:

$COPYRIGHT, FIND.PROGRAM