bdfs1m0a | Structured Programming Macros |
The TPF Database Facility structured programming macros (SPMs) and Transaction Processing Facility (TPF) SPMs are used to add structured programming verbs to existing assembler language. Both sets of SPMs provide the basic structured programming constructions, such as:
IF condition then process A ELSE process B
DO WHILE condition DO UNTIL condition
In addition, the TPFDF SPMs include some additional functions, such as macros that allow you to convert between data types. See TPFDF Structured Programming Macros General Information for more information about the additional functions that are included with the TPFDF SPMs.
Recommendations for TPF Application Programmers |
---|
|