From 2ee2b55764b5cbab8a85c44cb6faf2a085e81938 Mon Sep 17 00:00:00 2001 From: Richard Schoen Date: Mon, 24 Jun 2024 11:48:47 -0500 Subject: [PATCH] Update pgrestore.cmd --- samples/pgrestore.cmd | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/samples/pgrestore.cmd b/samples/pgrestore.cmd index 3367c9d..e620b75 100644 --- a/samples/pgrestore.cmd +++ b/samples/pgrestore.cmd @@ -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')