Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Macro calls for implementing statements

&pagelevel(3)&pagelevel

The SDF macros described in this section cause SDF to request statements.

The macros are stored in the macro library SYSLIB.SDF.<version>, which is supplied with SDF. The macros are described in this manual because they can be used only if a suitable syntax can be defined with SDF-A.

Processing of the macros depends on the SDF version running on the system.

Changes for programs under SDF V4.1A and higher

The layout of the standardized transfer area was changed for SDF V4.1. For this reason the CMDSTRUC macro for generating the transfer area was replaced by the CMDTA macro. In addition, the macros RDSTMT, TRSTMT and CORSTMT for processing statements were replaced by the new macros CMDRST, CMDTST and CMDCST.

The format of the standardized transfer area used up to SDF V4.0 and the macros CMDSTRUC, RDSTMT, TRSTMT and CORSTMT should no longer be used in the new programs; however, for the convenience of the user descriptions can still be found in the appendix (see section “Changes to the SDF program interface”).

The SDF interface to higher programming languages only supports the

standardized transfer area in the old format. The new format can only be used via the Assembler interface!