The following is the complete syntax for submitting a SAS program to a grid in batch mode. Enter the command on a Windows or UNIX command line.
specifies the path and filename of the SAS program that you want to run on the grid.
specifies any of the arguments that are common to all uses of the SASGSUB command. Some arguments are required and some arguments are optional. See SASGSUB Syntax: Common Arguments for the syntax for each argument.
specifies any of the arguments that are common to all SASGSUB commands that run in batch mode. Some arguments are required and some are optional. See SASGSUB Syntax: Batch Options for the syntax for each argument.
specifies that the job can be restarted at a checkpoint or a label.
specifies any SAS options that are applied to the SAS session started on the grid. Multiple options can be enclosed in quotation marks. If you are specifying options that contain quotation marks, you can enclose all of the options in parentheses before enclosing them in quotation marks. Each of these forms is valid:
specifies any of the arguments valid when submitting jobs or commands to the grid. See SASGSUB Syntax: Grid Job Arguments for the syntax for each of these arguments.