IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

ENDEVOR issue when viewing the listing


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Mrspredeep

New User


Joined: 30 Jun 2010
Posts: 28
Location: USA

PostPosted: Fri Sep 24, 2010 8:27 pm
Reply with quote

Hi

I am getting the following error when I try to view the listing of an element I had added to ENDEVOR:

Code:

SVM4000I ***4026, ***PROC.***PROC, C1#1TMPL, ATTEMPTING SPACVOLA FOR ***4026.C1
#1TMPL.QCTP1.LIST, TSO$0A, 16                                                   

SVM4001I RECOVERY ATTEMPT FAILED TO PASS FLST/RLST CRITERIA                   
 IEC030I B37-04,IFG0554A,***4026,***PROC,C1#1TMPL,8825,TSO$0A,***4026.C1#1TMPL.Q
CTP1.LIST                                                                       
 IEA995I SYMPTOM DUMP OUTPUT                                                   
 SYSTEM COMPLETION CODE=B37  REASON CODE=00000004                               
  TIME=17.20.16  SEQ=38656  CPU=0000  ASID=015E                                 
  PSW AT TIME OF ERROR  075C1000   80E07D06  ILC 2  INTC 0D                     
    NO ACTIVE MODULE FOUND                                                     
    NAME=UNKNOWN                                                               
    DATA AT PSW  00E07D00 - 41003846  0A0DB20A  00509808                       
    AR/GR 0: 00000000/00000000_00E07F10   1: 00000000/00000000_A4B37000         
          2: 00000000/00000000_00114280   3: 00000000/00000000_00E076CA         
          4: 00000000/00000000_0098A4A8   5: 00000000/00000000_00E1E000         
          6: 00000000/00000000_0098A74C   7: 00000000/00000000_0098A7A4         
          8: 00000000/00000000_0098A76C   9: 00000000/00000000_009904C8         
          A: 00000000/00000000_009B5A68   B: 00000000/00000000_00990320         
          C: 00000000/00000000_009C93D4   D: 00000000/00000000_00000008         
          E: 00000000/00000000_00E07B2C   F: 00000002/00000010_00000004         
  END OF SYMPTOM DUMP                                                           
 ***                                         


This is a COBOL CICS module, and i have merely added the unchanged code from Production to the test region.
Plus, I am able to edit the code, but once I view the listing and get this abend, I can no longer edit it.
I get this error when trying to edit it:

Code:
ACF90913  -DATASET CANNOT BE OPENED; AUTHORIZATION IS REQUIRED.               
 IEA995I SYMPTOM DUMP OUTPUT                                                   
 SYSTEM COMPLETION CODE=913                                                     
  TIME=17.19.15  SEQ=38652  CPU=0000  ASID=015E                                 
  PSW AT TIME OF ERROR  075C0000   80CD0080  ILC 2  INTC 0D                     
    NO ACTIVE MODULE FOUND                                                     
    NAME=UNKNOWN                                                               
    DATA AT PSW  00CD007A - 8910000C  0A0D41F0  000C5820                       
    AR/GR 0: 00000000/00000000_FC0004BC   1: 00000000/00000000_00913000         
          2: 00000000/00000000_009C9370   3: 00000000/00000000_00CCF000         
          4: 00000000/00000000_0098A410   5: 00000000/00000000_00CD0000         
          6: 00000000/00000000_00000000   7: 00000000/00000000_0098A7A4         
          8: 00000000/00000000_0098D888   9: 00000000/00000000_0098A474         
          A: 00000000/00000000_0098D888   B: 00000000/00000000_0098A76C         
          C: 00000000/00000000_0098A4C0   D: 00000000/00000000_00157718         
          E: 00000000/00000000_009C9370   F: 00000002/00000010_00000000         
  END OF SYMPTOM DUMP                                                           


The program is a lengthy one, so that might explain why I am getting the space error.
I tried increasing the (login) region from 4096 to 9000, and I even tried to increase the cylinders allocated to PS
***4026.C1#1TMPL.QCTP1.LIST from 1,1 to 16,16, with no results.

Any help would be appreciated. I searched online specifically for these abends, all I can get is that B37 reason code 04 is a resource issue, and that ACF90913 is an authorisation issue, but not sure what to do in this context.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Sep 24, 2010 8:35 pm
Reply with quote

there are too many things to look at...
endevor customization, ( for the b37 abend )
access authorizations ( for the 913 abend )

the best route is without doubt your support
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Sep 24, 2010 8:37 pm
Reply with quote

Hello,

Suggest you talk with your system support people who support Endevor and Security.
Back to top
View user's profile Send private message
Mrspredeep

New User


Joined: 30 Jun 2010
Posts: 28
Location: USA

PostPosted: Fri Sep 24, 2010 8:54 pm
Reply with quote

I think the problem was something to do with ENDEVOR Quick Edit, available in our shop.

When I tried the normal route (V.E ENDEVOR->1. DEV-> 1. DISPLAY-> 2. FOOTPRINT) for viewing the listing, and adding the element through batch, it worked, atleast the first time icon_smile.gif

Guessing that the issue is resolved, and am never going to trust ENDEVOR Quick Edit again!

Thanks for your help
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Sep 24, 2010 8:57 pm
Reply with quote

Quote:
Guessing that the issue is resolved, and am never going to trust ENDEVOR Quick Edit again!


I beg to disagree, You faced a bug/misbehavior and that should be fixed

You found a way to circumvent the issue, but the misbehavior is still there

as already told, talk to Your support about it!
Back to top
View user's profile Send private message
Mrspredeep

New User


Joined: 30 Jun 2010
Posts: 28
Location: USA

PostPosted: Fri Sep 24, 2010 9:16 pm
Reply with quote

Just found that I could change the ENDEVOR USER DEFAULTS (option 0).

I increased the quantity of the primary and secondary cylinders from 1 1 to 10 10, and now quick edit works as well.

Earlier I was trying to increase the size of the PS manually, which gave the authorisation error, but increasing it through the ENDEVOR panel worked. Thanks again!

Code:

WORK DATASET ALLOCATION INFORMATION:    LIST DATASET ALLOCATION INFORMATION: 
  PRIMARY QUANTITY   ===> 10              PRIMARY QUANTITY   ===> 10         
  SECONDARY QUANTITY ===> 10              SECONDARY QUANTITY ===> 10         
  SPACE UNITS        ===> CYL    (TRK/CYL/BLK)                               
  UNIT NAME          ===> SYSDA                                               
  VOLUME SERIAL      ===>        (BLANK FOR DEFAULT)                         
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Facing ABM3 issue! CICS 3
No new posts Panvalet - 9 Character name - Issue c... CA Products 6
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top