An extremely useful capability of the mainframe data editor is to extract local and/or parameter data variables from a program object and insert these into the data editor (using .i in data editor). Natural for Unix does not seem to support this feature (I am using Natural 6.1.1 PL17). I would like to know if this is possible or if there are plans to implement this on open systems?
On the Unix-Program-Editor this works like follows:
Mark one line with “A” (=insert after) or “B” (=insert before).
To insert the source LDA-Test type: copy LDA-TEST
To insert line 1 to 5 of the source LDA-Test type: copy LDA-TEST 1 5