On the display screen the user has the option to route the form to a different printer, my dilemma is the report has merge with ACOM solutions, what is the proper way of coding when two different printers will be utilized. Is there suppose to be an else statment between the two codes? if there is what do I use?
IF COND(&PRINT *EQ 'PRT15') THEN(OVRPRTF +
FILE(QSYSPRT) OUTQ(TRANSI))
IF COND(&PRINT *EQ 'PRT16') THEN(OVRPRTF +
FILE(QSYSPRT) OUTQ(TRANSI16))
IF COND(&PRINT *EQ 'PRT15') THEN(OVRPRTF +
FILE(QSYSPRT) OUTQ(TRANSI))
IF COND(&PRINT *EQ 'PRT16') THEN(OVRPRTF +
FILE(QSYSPRT) OUTQ(TRANSI16))


Comment