CDISC5202E

The job list in the following file is not valid: path. A job parameter specification that is missing or that is not terminated and quoted was found on the following line in the file: line. The problematic text on that line occurs around the following position: position.

In each line of the file, use the following format to specify the application that will be submitted:

[-P,--P <name=value>]...[-C,--config <name=value>]...[-J,--jobgroup <value>][-g,--jobConfig <value>] <adl-pathname>

Where:

  • Each line identifies zero or more job parameters 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 perform shell expansion processing against the contents of the file. This means that path names with wildcards or shell variables are not be expanded.
Correct the line that contains the error and try the request again.