You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for each AINSERT statement, HLASM shows the AINSERT statement as a generated statement (preceded by + sign) on the listing, but z390 processes the AINSERT without reporting. Current PRINT settings might need to be taken in to account.
When performing an AINSERT, the specified text argument has its content analyzed and any variables are substituted. Double ampersands and double apostrophes are deduplicated. However, when they occur within a substituted variable, they are not deduplicated. Please change logic to first substitute variables, then deduplicate ' and & characters
The text was updated successfully, but these errors were encountered:
As you can see the literal &&TSTVAR gets deduplicated and processed corretly, but the &KEY gets replaced by its value without having its ampersands deduplicated.
Please adjust AINSERT behaviour to be better compatible with HLASM
z390 has two issues with AINSERT processing:
The text was updated successfully, but these errors were encountered: