IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
51 stars 20 forks source link

MSG - multiply single - hlasm language support - Unexpected number of operands. #461

Open ztekSol opened 1 day ago

ztekSol commented 1 day ago

Looks like the unexpected number of operands errors occurring for MSG,

image

Can you advise whether this issue can be suppressed without turning off the problem diagnosis ?

Thanks

sdaimwood commented 16 hours ago

Hi, thank you for reporting this issue and your continued use of Z Open Editor. Could you share the OPTABLE value you're specifying? We rely on the default UNI table to determine how many operands are expected for each instruction, and there doesn't look to be a scenario where MSG would only take a single operand.

ztekSol commented 16 hours ago

Hi,

On zOS , for assembler compilation , we use MACHINE(ZS-4) assembler option. Is there any way to specify that in Z open editor settings ? Please note that some of the CSECTs in our shop are coded 30-40 years before.

Thanks