We recently upgraded to JCLCheck Rel 12 - and we're using the JCLNEAT and REXX options. I am having a problem during validation with an OUTJCL Statement where the parentheses and tic marks are being stripped from the ADDRESS parameter:
//AFPL OUTPUT FORMDEF=LOGOE,PAGEDEF=H110,
// ADDRESS=('TRAFFIC VIOLATIONS DIVISION - RM213 ')
becomes this:
//AFPL OUTPUT FORMDEF=LOGOE,PAGEDEF=H110,
// ADDRESS=TRAFFIC VIOLATIONS DIVISION - RM213
Unfortunately, a "user" group took it upon themselves to code a bunch of stuff while on Release 11 and the players left a while back. I cannot find where the code is that performs the strip. Anybody got a direction they can point me to? Can't find jack in the manuals or even googling...