Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
Unloading a specific number of rows
In the following example, BMC AMI Unload stops unloading at 25,000 rows:
//SYSIN DD *
UNLOAD
LIMIT 250 FORMAT UNLOAD UNLOADDN(SYSREC)
SELECT *
FROM TXE.TXET01_D80S01 ;
UNLOAD
LIMIT 250 FORMAT UNLOAD UNLOADDN(SYSREC)
SELECT *
FROM TXE.TXET01_D80S01 ;
Related topics
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*