CDISC5091E
The following job list file is not valid: file. The job list file must contain a list of the paths to the compiled application files that you want to submit. Do not specify the actual compiled application files by using the --file option.
[-P,--P <name=value>]... <adl-pathname>
Where:
- Each line identifies zero or more job parameters that are followed by the pathname of a compiled application file to submit. A compiled application file ends with an .adl or .sab file extension.
- Blank lines and lines where the first non-whitespace character is the pound character (#) are ignored.
- Within the file, use double or single quotation marks to support a parameter name and value pair if the value contains whitespace characters. For example: --P "myParm=some value"
- Streams does not do shell expansion processing against the contents of the file. This means that path names with wildcards or shell variables are not expanded.