Previous Topic: Identify the NetView REXX Procedures that Need Migrating

Next Topic: Analyze the NetView REXX Procedures

Prepare the NetView REXX Procedures for Analysis

NetMaster REXX is based on GREXX, which is the CA common REXX engine. It is a compiled implementation, with minor differences to TSO REXX.

While the REXX Analyzer has a choice of scan types, the most straightforward is a scan type of REXXONLY—the others are for more advanced and specialized use. Using REXXONLY, any procedure that does not have a REXX header is not processed by the analyzer.

Because the REXXONLY report from the analyzer is what maps out much of the migration work, the programmers edit all of the members of BLTNET.NETVIEW.PRODREXX. In each one, they add the following comment as the first line:

/* REXX */

More information:

REXX Source Recognition