Using and Administering

arguments

Specifies the list of arguments to pass to your program when your job runs.

The syntax is:

arguments = arg1 arg2 ...

For example, if your job requires the numbers 5, 8, 9 as input, your arguments keyword would be similar to:

arguments = 5 8 9


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]