EXEC SQL
SET :WS-LOGGING-ENABLED = BRANCH.PROGRAM_LOGGING
(:PGM, :PM0168-MI-LOC)
END-EXEC
For the above block I am getting an error
Below is the error
precompile start: ITEM.PRICING_AGREEMENT.cbl
LIST OF CALLED DB Library API
=======================================================
001727:syntax error
translate error
I read in the Issues that multiple line are not allowed, How can we resolve this?
EXEC SQL
SET :WS-LOGGING-ENABLED = BRANCH.PROGRAM_LOGGING
(:PGM, :PM0168-MI-LOC)
END-EXEC
For the above block I am getting an error
Below is the error
precompile start: ITEM.PRICING_AGREEMENT.cbl
=======================================================
001727:syntax error
translate error
I read in the Issues that multiple line are not allowed, How can we resolve this?