Skip to content

Commit

Permalink
Update QSHQRYSRCC.CLP
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Feb 7, 2025
1 parent e1c0cb2 commit 2f2d0e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions QSHQRYSRCC.CLP
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,12 @@

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

/* If enabled, add a unique identify column to the table with values */
IF COND(&CRTIDCOL *EQ *YES) THEN(DO)
Expand Down

0 comments on commit 2f2d0e3

Please sign in to comment.