-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41695ad
commit 3e94f84
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
CMD PROMPT('Scan Qshell Log for Parm Vals') | ||
PARM KWD(RETURN01) TYPE(*CHAR) LEN(255) + | ||
RTNVAL(*YES) CASE(*MIXED) PROMPT('Return + | ||
parm 1 (255)') | ||
PARM KWD(RETURN02) TYPE(*CHAR) LEN(255) + | ||
RTNVAL(*YES) CASE(*MIXED) PROMPT('Return + | ||
parm 2 (255)') | ||
PARM KWD(RETURN03) TYPE(*CHAR) LEN(255) + | ||
RTNVAL(*YES) CASE(*MIXED) PROMPT('Return + | ||
parm 3 (255)') | ||
PARM KWD(RETURN04) TYPE(*CHAR) LEN(255) + | ||
RTNVAL(*YES) CASE(*MIXED) PROMPT('Return + | ||
parm 4 (255)') | ||
PARM KWD(RETURN05) TYPE(*CHAR) LEN(255) + | ||
RTNVAL(*YES) CASE(*MIXED) PROMPT('Return + | ||
parm 5 (255)') | ||
PARM KWD(RETURN06) TYPE(*CHAR) LEN(255) + | ||
RTNVAL(*YES) CASE(*MIXED) PROMPT('Return + | ||
parm 6 (255)') | ||
PARM KWD(RETURN07) TYPE(*CHAR) LEN(255) + | ||
RTNVAL(*YES) CASE(*MIXED) PROMPT('Return + | ||
parm 7 (255)') | ||
PARM KWD(RETURN08) TYPE(*CHAR) LEN(255) + | ||
RTNVAL(*YES) CASE(*MIXED) PROMPT('Return + | ||
parm 8 (255)') | ||
PARM KWD(RETURN09) TYPE(*CHAR) LEN(255) + | ||
RTNVAL(*YES) CASE(*MIXED) PROMPT('Return + | ||
parm 9 (255)') | ||
PARM KWD(RETURN10) TYPE(*CHAR) LEN(255) + | ||
RTNVAL(*YES) CASE(*MIXED) PROMPT('Return + | ||
parm 10 (255)') |