the programs ‘Missing’ from Cross-Reference Repository, menu G91, J980014

Eric Lehti

VIP Member
The J980014 Cross-Reference Repository at menu G91 is excellent. But how can you train it to track the 17 subprograms that X96CCV1 calls? Easy! Try this!

In X96CCV1, where you find code that does a call to FRHLP1:
CSR FRHLP1 IFEQ 'P00CM '
CSR CALL FRHLP1 98
Add a non-executable line that calls the appropriate program, like this.
CSR LRNLR CALL 'P00CM ' 98

Next time you rebuild your Cross-Reference Repository at menu G91, (J980014), the 17 programs will be included.
Have a great day.
EricL
 
This technique helps in any program where the code
C CALL PROGRAM
where PROGRAM is a field name, not a 'literal'.
 
Back
Top