Running a query using access view descriptors might result in an 0c4 abend


In an SQL procedure query, referencing multiple access view descriptors might result in the following abend:

ERROR: System abend 0C4 occurred in module SASSQLP function push_asym at offset 000548.
ERROR: Traceback will be attempted...

NOTE: Traceback called
NOTE: Module Function Offset Line
NOTE: -------- -------- ------ ----
NOTE: SASSQLP DFR_LOOP 00210E 0
NOTE: SASSQLP SQLDFR 0000D8 0
NOTE: SASSQLP SQLPREP 0005A6 0
NOTE: SASSQX SQLLOOP 0008DA 0
NOTE: SASSQL SASSQL 000302 0
NOTE: SASHOST UNKNOWN 002DD0 0

ERROR: Delete current task.
NOTE: The SAS System stopped processing this step because of errors.

To work around this issue, use the CV2VIEW procedure to convert the access view descriptors to SQL pass-through views.