Skip to content

Commit 2f2d0e3

Browse files
authoredFeb 7, 2025··
Update QSHQRYSRCC.CLP
1 parent e1c0cb2 commit 2f2d0e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎QSHQRYSRCC.CLP

+3-2
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,12 @@
272272

273273
/* Delete temporary source file */
274274
/* If selected. */
275-
IF COND(&SQLLOC *EQ *IFSFILE) THEN(DO)
275+
/* IF COND(&SQLLOC *EQ *IFSFILE) THEN(DO) */
276276
IF COND(&DLTTMPSRC *EQ *YES) THEN(DO)
277277
DLTF FILE(QTEMP/TMPQRYSRC)
278+
MONMSG MSGID(CPF0000)
278279
ENDDO
279-
ENDDO
280+
/* ENDDO */
280281

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

0 commit comments

Comments
 (0)
Please sign in to comment.