Difference between revisions of "Template:SQWareProduction sqwgen RunJob.ksh example"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwctl_Global.lib | + | Sourcing sqwctl_Global.lib v2024.01 SQWareProduction for Central (dbSQWare) ... |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#Standard help for script sqwgen_RunJob.ksh: | #Standard help for script sqwgen_RunJob.ksh: | ||
Line 28: | Line 9: | ||
$gvsqw_<gvsqw_RdbmsTrigram>/sqwgen_RunJob.ksh -Locale en -h | $gvsqw_<gvsqw_RdbmsTrigram>/sqwgen_RunJob.ksh -Locale en -h | ||
− | #Display online help for this script with forcing of the ' | + | #Display online help for this script with forcing of the 'en' locale (default locale managed by the variable gvsqw_Locale) |
$gvsqw_<gvsqw_RdbmsTrigram>/sqwgen_RunJob.ksh -s | $gvsqw_<gvsqw_RdbmsTrigram>/sqwgen_RunJob.ksh -s |
Revision as of 21:22, 25 February 2024
Sourcing sqwctl_Global.lib v2024.01 SQWareProduction for Central (dbSQWare) ... #Standard help for script sqwgen_RunJob.ksh: $gvsqw_<gvsqw_RdbmsTrigram>/sqwgen_RunJob.ksh -h #Display online help for this script $gvsqw_<gvsqw_RdbmsTrigram>/sqwgen_RunJob.ksh -Locale en -h #Display online help for this script with forcing of the 'en' locale (default locale managed by the variable gvsqw_Locale) $gvsqw_<gvsqw_RdbmsTrigram>/sqwgen_RunJob.ksh -s #Display usage examples for this script $gvsqw_<gvsqw_RdbmsTrigram>/sqwgen_RunJob.ksh -I <Instance> -A <action> #Search action <action> in $gvsqw_RootCfg/sqw<gvsqw_RdbmsRoot>_Jobs.cfg #and execute command line with eval function #genarate log file "$gvsqw_LogDir/"$(basename $lvsqw_Script|sed 's,.ksh$,,')_$(date +'%Y%m%d_%H%M%S').log #genarate error file "$gvsqw_LogDir/"$(basename $lvsqw_Script|sed 's,.ksh$,,')_$(date +'%Y%m%d_%H%M%S').err