How do you use READ, DATA and RESTORE statement? plz answer urgent.
Answers
Answered by
1
Data restore is the process of copying backup data from secondary storage and restoring it to its original location or a new location.
This statement reads a row from the internal table itab. itab is a functional operand position. The row must be specified by naming values for either table_key for a table key, a free condition free_key, or an index index.
DATA STATEMENT. A DATA statement is used to provide initial values for variables, arrays, array elements, and substrings. A DATA statement is nonexecutable and may appear in a program unit anywhere after the specification statements
Similar questions