Search results

  1. R

    Does anyone have any examples of how to do a conditional include?

    How about this approach?{lib/rpt-open.i &no-header=(IF infile="F" THEN 0 ELSE 1) &page-size=(IF infile="F" THEN 0 ELSE VALUE(symix.parms.max-line) ) }
Back
Top