There ARE brackets. Brackets are not at consistent code points in all code pages. In this line "010:mlCfgProcessConfigStmt:tokenArrayÝ0¨ 5 Ý1¨ , i 7," there are brackets. View that line using different code pages and you should see them. You will see "TokenArray[0] 5[1] ". I used to deal with this all the time writing C code. Depending on if I wrote the code on my 3279 terminal or PC and moved the code to the host, I would have to adjust the code for brackets for what the compiler expected. Try using the ISPF Browse display ccsid command to see them. Turn hex on too. I am on my phone or I could show it. --Roger
On Jun 7, 2018 1:25 AM, "Beesley, Paul" <[email protected]> wrote: I noticed this also and don't think it is a problem at all. Think it's just over zealous debugging on the part of the developer reminding themselves of the syntax requirements. Otherwise, it makes no sense. Paul -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Keith Hays Sent: Wednesday, June 06, 2018 4:00 PM To: [email protected] Subject: CSSMTP debug No Brackets Allowed CSSMTP DEBUG :010:mlCfgProcessConfigStmt:No brackets allowed CSSMTP DEBUG :010:mlCfgProcessConfigStmt:tokenArrayÝ0¨ 5 Ý1¨ , i 7, CSSMTP INFO :010:mlCfgProcessConfigStmt:Statement(166): 'LogLevel 7 CSSMTP DEBUG :010:mlCfgProcessConfigStmt:No brackets allowed I am getting numerous lines in my CSSMTP sysout warning me that no brackets are allowed. I have triple checked the config and don't have brackets in the statement lines referenced. This does not stop the program from working, simply clutters up sysout. Anyone know the source of the problem? -- Very Respectfully, Keith A Hays [email protected] 614-634-1671 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN Atos, Atos Consulting, Worldline and Canopy The Open Cloud Company are trading names used by the Atos group. The following trading entities are registered in England and Wales: Atos IT Services UK Limited (registered number 01245534), Atos Consulting Limited (registered number 04312380), Atos Worldline UK Limited (registered number 08514184) and Canopy The Open Cloud Company Limited (registration number 08011902). The registered office for each is at Second Floor, Mid City Place, 71 High Holborn, London, WC1V 6EA. The VAT No. for each is: GB232327983. This e-mail and the documents attached are confidential and intended solely for the addressee, and may contain confidential or privileged information. If you receive this e-mail in error, you are not authorised to copy, disclose, use or retain it. Please notify the sender immediately and delete this email from your systems. As emails may be intercepted, amended or lost, they are not secure. Atos therefore can accept no liability for any errors or their content. Although Atos endeavours to maintain a virus-free network, we do not warrant that this transmission is virus-free and can accept no liability for any damages resulting from any virus transmitted. The risks are deemed to be accepted by everyone who communicates with Atos by email. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
