‎2008 Apr 24 10:14 AM
‎2008 Apr 24 10:18 AM
hi,
Syntax
DELETE DATASET <dset name>.
Effect
This statement deletes the file specified in dset. dset is expected to be a character-type data object that contains the platform-specific name of the file. The file can be opened or closed.
thanks,
raji
reward if helpful
‎2008 Apr 24 10:18 AM
‎2008 Apr 24 11:05 AM
hi,
To delete a file from the application server, use the DELETE DATASET statement:
Syntax
DELETE DATASET <dsn>.
This statement deletes the file <dsn>.
If the system deletes the file <dsn> successfully, SY-SUBRC is set to 0. If not, it is set to 4.
pls reward if helpful.
‎2008 Apr 24 1:15 PM