Paths

Choosing Not to Create a Process Parameter from a Path

By default, a process parameter is created from every path in the SAS Clinical Data Integration job. You can choose not to create a process parameter from a path by clearing the Use check box for the path.
The following figure shows the Use check boxes in the Publish to SAS Drug Development dialog box.
The Use Check Boxes in the Publish to SAS Drug Development Dialog Box
The Use check boxes
For example, you might choose not to create a process parameter from a path so that you can use the identical path in your development environment and in your production environment.

Validation

When you specify a target folder path, you can either select a path in the Choose a SAS Drug Development Folder dialog box, or you can enter a path. If you enter a path, it is validated after you complete the field.
The following table lists the invalid path conditions in a path that you enter and how they are resolved. The table also describes how the invalid conditions are resolved.
Invalid Path Conditions in a Path That You Enter and How They Are Resolved
Invalid Path Condition in Path That You Enter
Resolution to Create Valid Path
Starts or ends with a blank
Leading and trailing blanks are removed.
Contains two or more consecutive blanks
Two or more consecutive blanks are changed to a single blank.
Contains characters (such as & or *) other than the following characters:
  • alphanumeric characters
  • single blanks that do not occur at the start or end of the filename
  • ! # $ , ; = @ _ ` ~ - ^ ' .{ } [ ] ( )
Disallowed characters are removed.
Contains a backslash (\)
Backslashes are replaced with slashes (/).
Note: The Publish to SAS Drug Development feature assumes that a backslash indicates the path separator. In SAS Drug Development, a slash indicates a path separator.
Does not start with a slash
A single slash is prepended.
Contains two or more consecutive slashes
Two or more consecutive slashes are converted to a single slash.
Contains only a period (.) or two periods (..) between slashes
The periods between the slashes and the slashes are removed.
Is longer than 128 characters
The filename is truncated to 128 characters.
Note: After all of the changes are made, if the filename exceeds 128 characters and does not end with .sas, the filename is truncated to the first 124 characters, and .sas is appended.

Absolute Paths and Relative Paths

The path to a job in SAS Drug Development is always absolute.
The path to an input folder or output folder can be absolute or relative.
In general, if the input folder or output folder is shared by multiple processes, use an absolute path. If the input folder or output folder is specific to a SAS Drug Development process and its location, use a relative path.