Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
| KEY | name | value |
|---|---|---|
| VOR-63 | dringlichkeit | mittel |
| VOR-63 | enddatum | 31.12.2013 |
| VOR-63 | grösse | Hoch |
| VOR-63 | kontext | HIN |
| KEY | dringlichkeit | enddatum | grösse | kontext |
|---|---|---|---|---|
| VOR-63 | mittel | 31.12.2013 | Hoch | HIN |
any ideas?
thanks,
Marcel
tab:
LOAD Key,
Name,
Value
FROM table;
Generic LOAD Key, Name,Value Resident tab;
try to use
Generic load
tab:
LOAD Key,
Name,
Value
FROM table;
Generic LOAD Key, Name,Value Resident tab;
see attachement
many thanks for the correct and fast answer!