Skip to content

Commit

Permalink
Update QSHQRYTMP.CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Feb 7, 2025
1 parent 487ac25 commit 740234e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions QSHQRYTMP.CMD
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CMD PROMPT('SQL Query Data to Temp Table')
PARM KWD(SQL) TYPE(*CHAR) LEN(5000) MIN(1) +
EXPR(*YES) CASE(*MIXED) PROMPT('SQL query')
PARM KWD(PARMS) TYPE(*CHAR) LEN(100) RSTD(*NO) +
MAX(30) EXPR(*YES) CASE(*MIXED) +
INLPMTLEN(32) PROMPT('SQL placeholder +
parm name')
PARM KWD(PARMVALS) TYPE(*CHAR) LEN(100) RSTD(*NO) +
MAX(30) EXPR(*YES) CASE(*MIXED) +
INLPMTLEN(32) PROMPT('SQL parm +
replacement value')
PARM KWD(OUTFILE) TYPE(QUAL2) MIN(0) MAX(1) +
PROMPT('Temp file to receive results')
PARM KWD(EMPTYERROR) TYPE(*CHAR) LEN(4) +
Expand Down

0 comments on commit 740234e

Please sign in to comment.