Skip to content

Commit

Permalink
Update QSHQRYSRCC.CLP
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen committed Jul 27, 2024
1 parent 56ea594 commit fc7e521
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions QSHQRYSRCC.CLP
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,13 @@
CHGVAR VAR(&COMPMSGTYP) VALUE(*COMP)
ENDDO

/* Delete temporary source file */
/* If selected. */
IF COND(&DLTTMPSRC *EQ *YES) THEN(DO)
DLTF FILE(QTEMP/TMPQRYSRC)
ENDDO
/* Delete temporary source file */
/* If selected. */
IF COND(&SQLLOC *EQ *IFSFILE) THEN(DO)
IF COND(&DLTTMPSRC *EQ *YES) THEN(DO)
DLTF FILE(QTEMP/TMPQRYSRC)
ENDDO
ENDDO

SNDPGMMSG MSGID(CPF9898) MSGF(QCPFMSG) MSGDTA('Temp +
file' |> &TEMPLIB |< '/' |< &TEMPFILE |> +
Expand Down

0 comments on commit fc7e521

Please sign in to comment.