Be aware that changing the "color" involves embedding non-text characters into the source lines. After this is done, it can cause incompatibilities with transferring (or even viewing) source on other systems. E.g., use of a PC-based editor, such as in WDSC, can create errors, or copying source between two AS/400s can cause errors. Character translations (EBCDIC/ASCII or different CCSIDs) may introduce problems.
Tom
Main Topics
Browse All Topics





by: LewisPowerPosted on 2009-04-29 at 08:31:23ID: 24261597
Hi BSIDMIS,
Here are old sources we used when we wanted to do this (just compile them). You can add the command in PDM using F16 function key and lunch the command: colsrcfm srcfile(&l/&f) mbr(&n) comments(white). So you'll be able to use it as a short cut... By typing CO in front of our sources, we used to change the color of the source.
CMD = COLSRCFM.TXT
CLP = COLSRCFMC.TXT
RPG = COLSRCFMR
Lewis
Source CLP
Source CMD
Source RPG