Difference between revisions of "Template:SQWareProduction sqwada RunJob.ksh example"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwada_Global.lib | + | Sourcing sqwada_Global.lib v2024.07 SQWareProduction for Adabas (dbSQWare) ... |
− | + | #Standard generic help for script sqwada_RunJob.ksh: | |
+ | |||
+ | $gvsqw_Ada/sqwgen_RunJob.ksh -h | ||
+ | #Display online help for this script | ||
+ | |||
+ | $gvsqw_Ada/sqwgen_RunJob.ksh -Locale en -h | ||
+ | #Display online help for this script with forcing of the 'en' locale (by default locale managed by $gvsqw_Locale) | ||
+ | |||
+ | $gvsqw_Ada/sqwgen_RunJob.ksh -s | ||
+ | #Display usage examples for this script | ||
+ | |||
+ | $gvsqw_Ada/sqwgen_RunJob.ksh -I <Instance> -A <action> | ||
+ | #Search action <action> in $gvsqw_RootCfg/sqwada_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> |
Latest revision as of 15:54, 31 October 2024
Sourcing sqwada_Global.lib v2024.07 SQWareProduction for Adabas (dbSQWare) ... #Standard generic help for script sqwada_RunJob.ksh: $gvsqw_Ada/sqwgen_RunJob.ksh -h #Display online help for this script $gvsqw_Ada/sqwgen_RunJob.ksh -Locale en -h #Display online help for this script with forcing of the 'en' locale (by default locale managed by $gvsqw_Locale) $gvsqw_Ada/sqwgen_RunJob.ksh -s #Display usage examples for this script $gvsqw_Ada/sqwgen_RunJob.ksh -I <Instance> -A <action> #Search action <action> in $gvsqw_RootCfg/sqwada_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