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
The mainframe programming languages, (Cobol, Assembler ...), and the command languages, (JCL, procedure, sysin ...) are columned.
This means that certain information must appear in specific locations.
The notion of "fixed column" or "anchored column" should be introduced so that when typing on an existing row, the information present from a given column is not moved to the right.
Example:
identification area in Cobol language is fixed / anchored in column 73
continuation character in Assembler language is fixed / anchored in column 72
This functionality must be "by language".
The text was updated successfully, but these errors were encountered:
Hi,
The mainframe programming languages, (Cobol, Assembler ...), and the command languages, (JCL, procedure, sysin ...) are columned.
This means that certain information must appear in specific locations.
The notion of "fixed column" or "anchored column" should be introduced so that when typing on an existing row, the information present from a given column is not moved to the right.
Example:
This functionality must be "by language".
The text was updated successfully, but these errors were encountered: