Skip to content

Commit

Permalink
Update PFGREP.CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Dec 17, 2024
1 parent 7830555 commit f0bd945
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions samples/PFGREP.CMD
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/* Text: Search Library Source Members using PFGREP */
CMD PROMPT('Search Library Src Members')
PARM KWD(SRCLIBRARY) TYPE(*CHAR) LEN(10) MIN(1) +
EXPR(*YES) CASE(*MIXED) PROMPT('Source +
library name pattern')
PARM KWD(SRCFILE) TYPE(*CHAR) LEN(10) +
DFT(QCLSRC) EXPR(*YES) CASE(*MIXED) +
PROMPT('Source file name pattern')
PARM KWD(SRCMEMBER) TYPE(*CHAR) LEN(10) +
DFT(*) EXPR(*YES) CASE(*MIXED) +
PROMPT('Source member name pattern')
PARM KWD(SEARCHFOR) TYPE(*CHAR) LEN(50) MIN(1) +
EXPR(*YES) CASE(*MIXED) PROMPT('Search +
for value')
/* Text: Run pfgrep PASE command */
CMD PROMPT('Run pfgrep PASE command')
PARM KWD(CMDARGS) TYPE(*CHAR) LEN(1000) MIN(1) +
EXPR(*YES) CASE(*MIXED) PROMPT('pfgrep +
command arguments')
PARM KWD(PROMPTCMD) TYPE(*CHAR) LEN(4) RSTD(*YES) +
DFT(*NO) VALUES(*NO *YES) MAX(1) +
CASE(*MIXED) PROMPT('Prompt QSHEXEC command')
Expand Down

0 comments on commit f0bd945

Please sign in to comment.