Hi,
If you look at old sources, updated by many people with different styles, there are sometimes things you like to change.
For example, using the ISPF editor, I try to get all the PIC clauses on one line by repeating this change command, just by entering:
&c ' PIC ' ' PIC ' 10 45 all
Now on all the lines with PIC the word shifts to the right until PIC will start on column 43.
Do you have a favourite column for several words?
Do you have methods to get rid of the old GO TO's?
Do you have ways of giving names to procedure-division names?
Do you want SECTIONS or not?
Do you want GO TO's or not? (what about inverted or recursive programs using JSP techniques)
How are you beautifying sources?
Regards,
Crox
If you look at old sources, updated by many people with different styles, there are sometimes things you like to change.
For example, using the ISPF editor, I try to get all the PIC clauses on one line by repeating this change command, just by entering:
&c ' PIC ' ' PIC ' 10 45 all
Now on all the lines with PIC the word shifts to the right until PIC will start on column 43.
Do you have a favourite column for several words?
Do you have methods to get rid of the old GO TO's?
Do you have ways of giving names to procedure-division names?
Do you want SECTIONS or not?
Do you want GO TO's or not? (what about inverted or recursive programs using JSP techniques)
How are you beautifying sources?
Regards,
Crox