Well, yes, the semicolon does work... but if you're going to have to do new work to hack the way DDR parses statements anyhow, REXX-ish syntax would certainly be a desirable approach. Not that I have any delusions about the development process being at all democratic, but if you're considering votes, I vote for:

    - "/* blah blah blah */" syntax for comments
    - ";" (semicolon) for statement continuation

-dan.

On 3/11/2010 1:21 PM, Alan Altmark wrote:
On Thursday, 03/11/2010 at 12:16 EST, Brian Nielsen
<bniel...@sco.idaho.gov>  wrote:

If you were inclined to add an official comment syntax to DDR control
files I would suggest using REXX style comments as are also used in
SYSTEM
CONFIG.  I suppose another choice could be the semi-colon as used by
TCPIP.

Semicolon works ok as it allows
   INPUT 181 TAPE ( LEAVE ;  Comment on the same line
and
   ; Full line comment


Today you have to code
      Comment on same line   ¢INPUT 181 TAPE ( LEAVE
and
    Full line comment ¢

Alan Altmark
z/VM Development
IBM Endicott

Reply via email to