Skip to content

Commit

Permalink
Update pgrestore.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Jun 24, 2024
1 parent e486646 commit 2ee2b55
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion samples/pgrestore.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,13 @@
PROMPT('Options')
PARM KWD(PROMPT) TYPE(*CHAR) LEN(4) RSTD(*YES) +
DFT(*NO) VALUES(*NO *YES) +
PROMPT('Prompt for QSH command')
PROMPT('Prompt for QSHBASH')
PARM KWD(DSPSTDOUT) TYPE(*CHAR) LEN(4) RSTD(*YES) +
DFT(*NO) VALUES(*NO *YES) PROMPT('Display +
Standard Output Result')
PARM KWD(LOGSTDOUT) TYPE(*CHAR) LEN(4) RSTD(*YES) +
DFT(*NO) VALUES(*NO *YES) PROMPT('Log +
standard output to job log')
PARM KWD(PRTSTDOUT) TYPE(*CHAR) LEN(4) RSTD(*YES) +
DFT(*NO) VALUES(*NO *YES) PROMPT('Print +
Standard Output Result')

0 comments on commit 2ee2b55

Please sign in to comment.