ASSIGN - LOCAL COPY

Reference

Syntax

ASSIGN LOCAL COPY
  OF { {[INITIAL] { dobj[+off][(len)]
                  | (name)
                  | oref->(attr_name)
                  | {class|(class_name)}=>{attr|(attr_name)}
                  | dref->* } }
     | {INITIAL LINE OF {itab|(itab_name)}} }
  TO <fs>
  [CASTING ...].


Effect

Obsolete: In a procedure, generates a local anonymous data object as a copy of a memory area and assigns it to the field symbol <fs>.

Additions

Specifying the memory area:

Specifying the content:

Specifying the data type: