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*