Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anchored column for programming language #53

Open
FALLAI-Denis opened this issue Jun 2, 2020 · 2 comments
Open

Anchored column for programming language #53

FALLAI-Denis opened this issue Jun 2, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@FALLAI-Denis
Copy link

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:

  • 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".

@FALLAI-Denis
Copy link
Author

Note : look like #8 "Ignoring sequence numbers (1-6) and id area (73+) columns"

@FALLAI-Denis
Copy link
Author

Possibly, recreate the "Edit boundaries" functionality of the ISPF editor.

See https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.f54em00/bounds.htm#bounds

@phaumer phaumer added the enhancement New feature or request label Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants