Page 1 of 1

HOW TO ENABLE HILITE IN VSE MAINFRAME?

PostPosted: Wed Jun 23, 2021 1:52 pm
by new_coboler
Hello,

I had always been into MVS but now I want to try VSE but in my surprise the interface is really dull compared to MVS, is there a way to make my cobol program colorful using HILITE? For me, it's important to know the commands in RED for example, and GREEN for non-command words, etc.

Re: HOW TO ENABLE HILITE IN VSE MAINFRAME?

PostPosted: Tue Oct 26, 2021 11:05 pm
by brown7
The LOGICAL highlighting corresponds to language-specific logical keywords in the same color. If a mismatched closing keyword is found, e.g. B. END for PL / I or: eul. for BookMaster® it is only highlighted in reverse pink when HILITE LOGIC is active. When logic is highlighted, only the related comments are highlighted. Logical highlighting is only available for PL / I, PL / X, REXX, OTHER, C, SKELS, Pascal, and BookMaster. HILITE LOGIC enables both IFLOGIC and DOLOGIC.

Re: HOW TO ENABLE HILITE IN VSE MAINFRAME?

PostPosted: Sun Nov 07, 2021 1:11 pm
by brown7
brown7 wrote:The LOGICAL highlighting corresponds to language-specific logical keywords in https://mylowes.vip/ the same color. If a mismatched closing keyword https://mykohlscharge.vip/ is found, e.g. B. END for PL / I or: eul. for BookMaster® it is only highlighted in reverse pink when HILITE LOGIC is active. When logic is highlighted, only the related comments are highlighted. Logical highlighting is only available for PL / I, PL / X, REXX, OTHER, C, SKELS, Pascal, and BookMaster. HILITE LOGIC enables both IFLOGIC and DOLOGIC.

Hope this had helped you.