Difference between revisions of "Template:SQWareProduction sqwsyb ParallelRun.ksh help"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<pre>
 
<pre>
Sourcing sqwsyb_Global.lib v2020.04 SQWareProduction for Sybase (dbSQWare) ...  
+
Sourcing sqwsyb_Global.lib v2024.03 SQWareProduction for Sybase (dbSQWare) ...  
  
 
Usage: sqwsyb_ParallelRun.ksh [-h] -f <FileName> [+ options]
 
Usage: sqwsyb_ParallelRun.ksh [-h] -f <FileName> [+ options]
Line 12: Line 12:
 
     -f  FileName      : File name containing the commands to run.
 
     -f  FileName      : File name containing the commands to run.
 
OPTIONS
 
OPTIONS
     -h help          : Display the full usage.
+
     -h                 : Display the full usage.
 
     -s                : Display samples of usage.
 
     -s                : Display samples of usage.
 
     -P  Nb threads    : Number of threads in parallel (by default 2).
 
     -P  Nb threads    : Number of threads in parallel (by default 2).
     -AGR Nb sec      : Nb of seconds between two runs (by default 10s).
+
     -AGR Nb_sec        : Nb of seconds between two runs (by default 10s).
     -AGE Nb sec      : Nb of seconds between two checks of end (by default 30s).
+
     -AGE Nb_sec        : Nb of seconds between two checks of end (by default 30s).
 
     -FRT return_code  : Force return code value on error.
 
     -FRT return_code  : Force return code value on error.
     -AddMail email     : Email address to add at 'pmexpdba@gmail.com'.
+
     -AddMail   email   : Email address to add at 'pmexpdba@gmail.com'.
 
     -SendReport        : Send execution log report.
 
     -SendReport        : Send execution log report.
 
     -NoMail            : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error).
 
     -NoMail            : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error).
     -Locale   locale   : Force Locale for help display (fr,en).
+
     -Locale   locale : Force Locale for help display (fr,en).
 
     -FormatError      : Format error message in html.
 
     -FormatError      : Format error message in html.
 
     -MailFile filename : File name containing errors to send mail with an other script (disable sendmail).
 
     -MailFile filename : File name containing errors to send mail with an other script (disable sendmail).
     -Exec              : Execute commands (default, display generated commands)
+
     -Exec              : Execute commands (by default, display generated commands).
  
 
</pre>
 
</pre>

Latest revision as of 16:15, 26 April 2024

Sourcing sqwsyb_Global.lib v2024.03 SQWareProduction for Sybase (dbSQWare) ... 

Usage: sqwsyb_ParallelRun.ksh [-h] -f <FileName> [+ options]

DESCRIPTION
   sqwsyb_ParallelRun.ksh runs commands from <FileName> in parallel mode
SUPPORT
   All rdbms type and version

PARAMETERS
     -f  FileName       : File name containing the commands to run.
OPTIONS
     -h                 : Display the full usage.
     -s                 : Display samples of usage.
     -P  Nb threads     : Number of threads in parallel (by default 2).
     -AGR Nb_sec        : Nb of seconds between two runs (by default 10s).
     -AGE Nb_sec        : Nb of seconds between two checks of end (by default 30s).
     -FRT return_code   : Force return code value on error.
     -AddMail   email   : Email address to add at 'pmexpdba@gmail.com'.
     -SendReport        : Send execution log report.
     -NoMail            : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error).
     -Locale    locale  : Force Locale for help display (fr,en).
     -FormatError       : Format error message in html.
     -MailFile filename : File name containing errors to send mail with an other script (disable sendmail).
     -Exec              : Execute commands (by default, display generated commands).