View - CICS transaction SAR is not working
search cancel

View - CICS transaction SAR is not working

book

Article ID: 232115

calendar_today

Updated On:

Products

View

Issue/Introduction

We tried to use the CICS SAR transaction, but it doesn't work.

Environment

Release : 14.0

Component : View

Resolution

When asked for the content of their View EBCXMCTR table, the result showed that the table contained the default content and had never been assembled regarding assigning CICS transactions to particular View databases. 

Here is the default content of CVDESRC(EBCXMCTR):

EBCXMCTR TITLE 'CROSS MEMORY CICS TRAN ID TO SAR DATABASE HIGH LEVEL IN+
               DEX CONVERSION TABLE'                                    
         EBCXMOPT                                                     
         EBCXMTRN TYPE=SAR,TRANID=VW1,INDEX=SAR.SYSTEM1               
*                                                                     
*              END OF SAMPLE TRANID TO INDEX NAME MACRO SPECIFICATIONS
*                                                                     
         EBCXMTRN TYPE=GEN                                            
         END  

To have a CICS transaction tie to a View database, you would have to alter the EBCXMTRN statement (or add statements) to the member, pointing to an existing database, then the table would be assembled using CVDEJCL(BROSXCTR).