Hi, i have a Little Problem with a String under Visual Cobol 2.3 Update 2 / VS 2012
If will move this:
01 MyDataBlockstring.
to this 01 Structur:
01 Mein-Link01.
05 Benutzer-NamePIC X(30).
05 Benutzer-PWPIC X(08).
05 Benutzer-Recht-Tabelle.
10 Benutzer-Rechte-TabOccurs 999.
15 Benutzer-Rechte-KZPIC X.
05 Benutzer-AbteilungPIC X(30).
This move will not working correct:
moveMyDataBlockToMein-Link01
What is wrong?