cancel
Showing results for 
Search instead for 
Did you mean: 

doubt in close data set while upgrading to ecc6.0

Former Member
0 Kudos

while upgrading to ecc 6.0 for

open data set statement we have to add encoding default in the end . similarly

should we add any thing for close dataset and delete dataset?

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

No change, still same

Here is the syntax

OPEN DATASET <filepath> FOR INPUT/OUTPUT IN TEXT MODE

ENCODING DEFAULT.

CLOSE DATASET <filepath>.

DELETE DATASET <filepath>.

Regards,

SaiRam

Answers (0)