Hi,
I'm a newbie to PL1 and hope that someone can help with what I hope is a simple issue.
I'm declaring a constant in the program with repeating values so have defined it as follows:
DCL FIELD_A CHARACTER (80) INIT (40) '**';
However, it is giving me a compile error:
Message Line.File Message Description
IBM1352I E 8.0 The statement element '**' is invalid. The statement will be ignored.
I've tried different variations of this bit always with an error. It seems to follow any syntactical guidance I can find in PL1 manuals but obviously I am missing something here.
All help is appreciated.
Thanks in advance,
Eamonn