cRSCHEDULE Automated Job Submission System Guide and Reference Manualc

SCHEDULE
Automated Job Submission System
Guide and Reference Manual



 o T Y  
PreviousContentsIndex



 

"
 1    ((INCLUDE name_to_include_from [a1 ... a9]))  



Example:

 

"
 &    ((INCLUDE MY_CONTROL_JOB 12 xyz))  


K
This copies the command section from the job MY_CONTROL_JOB a into J the current job and substitutes %%1%% and %%2%% with 12 and xyz. This E can be done recursively. The entire line on which this statement I appears is replaced by the command section of the specified job. The H INCLUDE statement should appear on a line by itself. A maximum of 9 K arguments may be passed to the command section.
Arguments:
The H arguments after the include will be substituted using the following ! syntax in the command section

 

"
 %%argument_number%%  



eg

 

"
 %%1%% %%2%%  



J

  • Includefile - Input from a file can be included in # a job using the following syntax:

     

    "
     5    ((INCLUDEFILE file_name_to_include [a1 ... a9]))  
    
    
    
    Example:

     

    "
     "    ((INCLUDEFILE MYFILE 12 xyz))  
    
    
    K
    This copies the contents of a file MYFILE into the current job and I substitutes %%1%% and %%2%% with 12 and xyz in the file. This can be I done recursively. The entire line on which this statement appears is D replaced by the contents of the specified file. The INCLUDEFILE J statement should appear on a line by itself. A maximum of 9 arguments I may be passed to the included file.
    Arguments:
    The arguments L after the include will be substituted using the following syntax in the  command section

     

    "
     %%argument_number%%  
    
    

    eg

     

    "
     %%1%% %%2%%  
    
    
    G

  • Symbol table - The internal symbol table can be " printed to the output stream by:

     

    "
     1    ((SYMBOLS))   or   ((SYMBOLS format_string))  
    
    
    
    Example:

     

    "
          ((SYMBOLS "$%s == ""%s"""))  
    
    
    .
    the default format_string is "%s = %s"

    


     o V T Y  
    PreviousNextContentsIndex