Author: Robert Sample
Posted: Mon Dec 19, 2016 7:41 pm (GMT 5.5)
TESTPROC is defined as a positional parameter for PROC TESTPROC. Redo it as
and see if you get better results.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Posted: Mon Dec 19, 2016 7:41 pm (GMT 5.5)
Code: |
5 XXTESTPROC PROC TESTPROC, XX ARG1=&RTERR.&TBLC.&PCF.&SCF.&DAMF., XX ARG2=&ST.&TOB.&REVNUM.&MOD.&RVWTYP.&INCSEL.&SCAM. |
Code: |
5 XXTESTPROC PROC ARG1=&RTERR.&TBLC.&PCF.&SCF.&DAMF., XX ARG2=&ST.&TOB.&REVNUM.&MOD.&RVWTYP.&INCSEL.&SCAM. |
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth