Question:
CA Fast Load JCL generated via DB2 Object Manager fails with PUT0092E syntax error on COLLECT-PDASTATS YES STATS-LOCIDssid syntax. How can this error be addressed?
Answer:
When executing CA Fast Load JCL generated via DB2 Object Manager, the job may fail with the following syntax error:
COLLECT-PDASTATS YES STATS-LOCIDssid 1...5....10...15...20...25...30...35...40...45...50...55...60...65...70...75 PUT0092E - Syntax Error on or near location 023
This is a known problem that the DB2 Object Manager JCL generator does not put a space in the STATS-LOCID syntax as in the following example:
COLLECT-PDASTATS YES STATS-LOCIDssid
Add a space before the ssid to resolve the problem, for example: COLLECT-PDASTATS YES STATS-LOCID ssid