Kris Buelens wrote: >TERM LINEND OFF is too strong. Then you won't be able anymore to use >e.g. "#CP someCpCmd" >You should learn to use the ESCAPE character, double quote by default. >You'd enter sy"#0911 to get sy#0911 >Only required when entering commands on the terminal, not in XEDIT for >example. I often see >people enter #CP xxx in XEDIT's command line, I guess they think to >directly talk to CP. It >just works as XEDIT's linend is # too and XEDIT splits the command >string in two commands: >an empty one and CP.
Right, and of course for XEDIT command parsing fun there's always: LOCATE SYSLOG (works the same in any file!) ...phsiii
