From: Leonard Woren <[EMAIL PROTECTED]> I never put a continuation mark in JCL either. For one thing it frustrates "insert". But a better reason for not doing it is that you can get really obscure JCL problems that way, which may not even get flagged... just forget the comma after the last parameter on the line and the continuation mark causes the next card image to be treated as a comment! Of course in my opinion, continued comments in JCL and ASM are one of the stupider designs in the IBM mainframe world. Don't use them. --- end of quote ---
Thirty years ago Shmuel Metz and I consulted at an installation that mandated JOB card comment continuations. The text was used to drive their IEFUJV for job/device setup and other nasties. But for normal comment processing it's wonderful (?) - assume you're running the same job repeatedly, but with one of several DD cards. Just add an asterisk to the ones you don't need, and the normal JCL continuations are treated as comments - no need to insert asterisks in those, too. Definitely less error prone than retyping the needed information. Gerhard Postpischil Bradford, VT ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

