SPEC Subcommand (OUTPUT CREATE Command)
The SPEC
subcommand controls whether tables, charts, and other output items are
created from user-entered JSON or from an external *.json file.
- INLINE
- When specified, the tables, charts, and other output items are created from user-entered JSON. The JSON is entered directly in the command syntax following a BEGIN STATJSON command. The BEGIN STATJSON command supports GPL syntax and invokes the STATJSON schema.
- STATJSONFILE(json_file_name)
- When specified, the tables, charts, and other output items are created from the JSON specification in an external *.json file. The keyword invokes the STATJSON schema, and the named *.json file supports GPL syntax.