On Wed, 17 Dec 2008 12:50:41 -0800, Schwarz, Barry A <[email protected]> wrote:
>If I remember correctly, the RACF DBSYNC tool generates a REXX with >lines longer that 80. DBSYNC creates a VB format output file for its REXX exec containing the commands, and by default will place up to 210 bytes of text into each line, continuing commands across lines as needed. You can change the maximum line length to any value 255 or less. However, DBSYNC will only split commands at blanks, so if some string in the command is longer than the max length, and contains no blanks, it won't be split and you'll get a longer line. That processing could be changed, if anyone really needed to enforce lines shorter than some value. However, the exec that it creates is a sequential data set, and not one that you would put into a concatenation, so you'd only need a shorter length for ease of editing. -- Walt Farrell, CISSP IBM STSM, z/OS Security Design ---------------------------------------------------------------------- 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

