Additional SPL2 conversion information
Access information on SPL to SPL2 conversion issues.
The following table describes how various SPL-to-SPL2 conversion issues are handled:
| Issue | Description |
|---|---|
|
Unsupported commands |
Some SPL commands are not supported in SPL2. The conversion tool makes a best-effort attempt to convert unsupported SPL commands into valid SPL2 syntax. For example, the tool can substitute another command for the unsupported command if a suitable equivalent exists, or the tool can embed the unsupported command syntax into the spl1 command. In the following example, the search contains the top and xyseries SPL commands, which are not supported in SPL2:
The conversion tool embeds the top and xyseries commands in the spl1 command, allowing this search to run as a valid SPL2 search.
|
|
|
The from command in SPL and SPL2 are very different. The conversion tool maps the SPL from command to the SPL2 from command syntax. |
|
Concatenation |
In SPL, the concatenation operator is the period ( . ) character. However, in SPL2 the concatenation operator is the plus ( + ) symbol. The conversion tool replaces the SPL concatenation operator with the SPL2 concatenation operator. |
See also
Related information
Specific differences between SPL and SPL2 in the SPL2 Overview manual.