SPL to HP C/XL Migration Guide (30231-90001)

10- 5
$TITLE Command (Page Title in Standard Listing)
Table 10-5. $TITLE Command
---------------------------------------------------------------------------------------------
| | |
| SPL | HP C/XL Equivalent |
| | |
---------------------------------------------------------------------------------------------
| | |
|
title-command
: |
title-pragma
: |
| | |
| $TITLE ["
title-string
" [,...]] | #pragma TITLE "
title-string
" |
| | |
---------------------------------------------------------------------------------------------
| | |
| The combined strings become the title on | The string becomes the title on subsequent |
| subsequent listing pages. $TITLE with no | listing pages. To turn off the title, use |
| strings turns off the title. | an empty string. |
| | |
---------------------------------------------------------------------------------------------
$PAGE Command (Page Title And Ejection)
Table 10-6. $PAGE Command
---------------------------------------------------------------------------------------------
| | |
| SPL | HP C/XL Equivalent |
| | |
---------------------------------------------------------------------------------------------
| | |
|
page-command
: |
page-pragma
: |
| | |
| $PAGE ["
title-string
" [,...]] | [#pragma TITLE "
title-string
"] |
| | |
| | #pragma PAGE |
| | |
---------------------------------------------------------------------------------------------
| | |
| A new listing page is started. The | A new listing page is started. You may |
| combined strings become the title on the | change the title on the new page by |
| new page. If the strings are omitted, the | preceding #pragma PAGE with a #pragma TITLE |
| previous title is retained. | directive. |
| | |
---------------------------------------------------------------------------------------------
$EDIT Command (Source Text Merging and Editing)
The SPL process of merging text files, checking sequence fields, and
editing text files has no equivalent in HP C/XL.
$SPLIT/$NOSPLIT Commands
The toggled version of the SPL procedure option OPTION SPLIT has no
equivalent in HP C/XL.