On Wed, 3 Jul 2024 19:36:52 +0000, Seymour J Metz <[email protected]> wrote:
Sorry, it submitted before I finished. >> Instead, an ADDRESS environment is created but even that is not a >> requirement. >It isiff you want the application to be scriptable. Otherwise, not. An application does not require you to initialize REXX. TSO %MYREXX will automatically initialize REXX for all programs executed from MYREXX exec. No need to create an ADDRESS environment. > >> Again, having a knowledge of REXX would be useful but by no means shouldn't >> stop anyone from using the API to create variables. >You seem to be conflating "knowledge ff REXX" with "knowledge of REXX syntax". >Knowledge of the API is what the developer needs. Knowledge of REXX nor knowledge of REXX syntax is needed. The developer only needs to learn the specific API's needed and write a very basic test of that functionality. There is no requirement to even use one REXX API call to be REXX compatible. Write a TSO command processor and the command output is automatically available to REXX using outtrap. >> Again, having a knolledge of REXX would be useful but by no means shouldn't >> stop anyone from using the API to create variables. >If they don't have knowledge of vthe API then they will have a hard time using >it. That said, some things can be done with the TSO API. The knowledge is available in the REXX documentation for using API. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
