ABAP Keyword Documentation →  ABAP − Short Reference → 

TRUNCATE DATASET - Short Reference

Reference

Syntax

TRUNCATE DATASET dset AT {CURRENT POSITION}|{POSITION pos}.

Effect

Sets the end of file of the file specified in dset to the position specified after AT.

Additions