Problem:
Is there any way to use Revolve or EE to look for missing parameters between calling and called programs.
Example:
Program A.
CALL "PROGRAMB" USING WS-CHAR1 WS-CHAR2 WS-NUM3.
Program B.
PROCEDURE DIVISION USING LS-CHAR1 LS-NUM3
Would like to see is Revolve catching the missing arguments passed from program A to program B.
Resolution:
A script is attached to this KB article that will do what is described here.
Attachments:
#EnterpriseAnalyzer
#SupportTip