Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

WHAT are the commands that allow you to process sequential file? And what is their syntax?

Go down

WHAT are the commands that allow you to process sequential file? And what is their syntax? Empty WHAT are the commands that allow you to process sequential file? And what is their syntax?

Post  govind Tue Apr 03, 2012 2:15 am

• READ DATASET (reading) and TRANSFER (writing)
• OPEN DTASET <dataset name> for <input output appending> in <binary text > mode at POSITION <position> MESSAGE <field>
• READ DATASET <dataset name > INTO <field>
• CLOSE DATASET <dataset name>
• DELETE DATASET <dataset name>
• TRANSFER <field> to <dataset name>

govind
Admin

Posts : 54
Join date : 2012-01-31

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum