Template:SQWareProduction sqwmys RunJob.ksh example: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser |
m Updated by BatchUser |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
Sourcing sqwmys_Global.lib | Sourcing sqwmys_Global.lib v2024.01 SQWareProduction for MySQL (dbSQWare) ... | ||
#Standard generic help for script sqwmys_RunJob.ksh: | |||
$gvsqw_Mys/sqwgen_RunJob.ksh -h | |||
#Display online help for this script | |||
$gvsqw_Mys/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_Mys/sqwgen_RunJob.ksh -s | |||
#Display usage examples for this script | |||
$gvsqw_Mys/sqwgen_RunJob.ksh -I <Instance> -A <action> | |||
#Search action <action> in $gvsqw_RootCfg/sqwmys_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 | |||
</pre> | </pre> |
Revision as of 22:22, 25 February 2024
Sourcing sqwmys_Global.lib v2024.01 SQWareProduction for MySQL (dbSQWare) ... #Standard generic help for script sqwmys_RunJob.ksh: $gvsqw_Mys/sqwgen_RunJob.ksh -h #Display online help for this script $gvsqw_Mys/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_Mys/sqwgen_RunJob.ksh -s #Display usage examples for this script $gvsqw_Mys/sqwgen_RunJob.ksh -I <Instance> -A <action> #Search action <action> in $gvsqw_RootCfg/sqwmys_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