Previous Topic: The Interaction of OPS/REXX with Other LanguagesNext Topic: Register Contents


Requirements for Non-REXX External Functions

An OPS/REXX external function or routine not written in REXX must meet these requirements:

These restrictions are inflexible and require in-depth knowledge of cross-memory mode programming. In many cases, you must move data to areas accessible in cross-memory mode, suspend cross-memory mode to be able to call a system service, or both.