job
Initializes the job, defining the job the name and the eventual job flush condition
Syntax
job(name, cond)
Parameters
Name of the job
cond
Job flush condition. The condition is expressed in a string containing Javascript code. This is the condition evaluated in the flushJob function.
Return code
None.
Sample
job("MYJOB", "RC > 12");