Previous Topic: AUTOEDSN—Edit AUTOERASE DataNext Topic: AUTOERASE—Control Automatic Data Erase


Examples: AUTOEDSN control option

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))