SkipTTValidation
There are three main processes performed during the compliance checking, as follows:
- Standard Type Tree validation
- Structure checking
- Segment checking
The Standard Type Tree validation uses the full standard to determine if the input file contains errors. If there are no errors, no further validation is needed. If there are errors, the second and third processes are executed. This first process can take a considerable amount of time depending on the standard and the message type.
The SKIPTTVALIDATION setting will skip the first process and always execute the structure checking and segment checking and eliminate the amount of data parsing and restarts. It also eliminates the ttval run map execution.
Valid values are T(rue) and F(alse). The default value is F(alse) to identify execution of the three processes.