FDL N

Set the jobname.

Arguments
jobname
Description
Set the jobName for all subsequent jobs. The jobName may contain any alphanumeric character, in addition to the space and characters from '-_:.=/'. It is an error to use illegal characters. The name is truncated to 256 characters.
Example
N "build"
N "simulation-2"
N "build_tree"
For all products, strict job name checking has been enabled and invalid job name characters will cause an error. For Accelerator and Accelerator Plus, this can be overridden by putting the following in $VOVDIR/local/vncrun.config.tcl: set ::jobname_lexicon legacy or set ::jobname_lexicon replace.

Legacy will use the more lax job naming rules from earlier releases.

Replace will identify invalid characters in the job name, replace them with "_", and issue a warning to the console.