This example adds the exact name highlvl.sampdata to the autoerase table:
TSS MODIFY(AUTOEDSN(ADD,'highlvl.sampdata'))
This example adds prefix sampdata to the autoerase table as a prefix:
TSS MODIFY(AUTOEDSN(ADD,sampdata))
This example removes the exact name highlvl.sampdata from the autoerase table:
TSS MODIFY(AUTOEDSN(REM,'highlvl.sampdata'))
This example removes the prefix sampdata from the autoerase table:
TSS MODIFY(AUTOEDSN(REM,sampdata))
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |