CDISC5092E

The following job list file is not valid: file. The file must contain the path name to at least one compiled application file.

You can use the --file option to submit more than one application in a single invocation of the streamtool submitjob command. Each line of the job list file uses the following format to specify an application that you want to submit:

[-P,--P <name=value>]... <adl-pathname>

Where:

  • Each line identifies zero or more job parameters followed by the path name 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 pathnames with wildcards or shell variables are not expanded.
Specify a valid job list file by using the --file option and try the request again.