SDF-SIM outputs the following information:
the log; SDF supplies this in the form defined in the LOGGING operand of the MODIFY-SDF-OPTIONS command
the name of the entry point into the TPR routine (not if the command was defined with ADD-CMD ...,IMPLEMENTOR=*PROCEDURE (see SDF-A))
the interface type: ASS/SPL/ISL/PROCEDURE
the output supplied by the command server, namely either:
a character string, if a command is mapped onto an old ISP command or if the command is implemented by way of a procedure, or
a standardized transfer area of not longer than 2042 bytes.
In the case of commands implemented by way of a procedure, the generated procedure call is also output. For commands which use the new format of the standardized transfer area (as of SDF V4.1), the version of the transfer area and command area are also displayed.
Example
Command implemented by way of a procedure (defined with ADD-CMD
...,IMPL=*PROCEDURE..., see SDF-A "ADD-CMD Define command")
/x-write 'date 2001-12-31' (IN) /x-write 'date 2001-12-31' ENTRY : CLICOLD INTERFACE : ISL STRUCTURE-FORM GENERATED CALL COMMAND : /CALL-PROCEDURE $USER1.PROC.TEXT.1,(TEXT='date 2001-12-31')