You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the replacing value in a Copybook call is written across multiple lines, semantic recognition does not distinguish between the different areas of the COBOL line:
"line number": columns 1 to 6
indicator: column 7
COBOL text: columns 8 to 72
identification: columns 73 to 80
The entire line is considered to be the value of the replacing parameter.