Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dataset

Former Member
0 Likes
588

how to delete dataset

4 REPLIES 4
Read only

Former Member
0 Likes
571

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

Read only

Former Member
0 Likes
571

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.

Read only

manubhutani
Active Contributor
0 Likes
571

very simple

delete dataset <name>

pleasse reward points