Don Grinsell wrote: >Start your continuation lines with a comma:
> RS=ALERTSN(SEV,TYPENAME,ELEMENT,DESC,STATUS,STSDESC , > ,SUBSRC,SOURCE,LOCATION,SYSTYPE,PLTFTYPE,IMPACT,HOST , > ,MONENV,RESOURCE,EXTRINFO,ACTIVE,CLOSING,FTPERR , > ,APPLTYPE,APPLNAME,UNIQUE) Ooh. Never even thought of that! hmm, but that only works for continued function/subroutine calls, since that leading comma is the one serving as the argument delimiter. Well, ok, so combine the techniques-make the continuation comma have a space before it: RS=ALERTSN(SEV,TYPENAME,ELEMENT,DESC,STATUS,STSDESC , ,SUBSRC,SOURCE,LOCATION,SYSTYPE,PLTFTYPE,IMPACT,HOST , ,MONENV,RESOURCE,EXTRINFO,ACTIVE,CLOSING,FTPERR , ,APPLTYPE,APPLNAME,UNIQUE) Then you can still find the continuations, but it avoids the fugly 'comma space comma'. I learn something every day (I hope)! ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
