Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > SDL script for generating code > Keywords > %activity keyword (SDL script)
  
%activity keyword (SDL script)
This keyword outputs text to the ACS log.
Syntax
%activity "<message>"
Example
In this example, this text is added to the SDL script:
%activity "Generation in progress."
When processed, the following message is added to the log or Errors.log file:
Generation in progress.