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

What is the most complex abend you've faced and its solution


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
elixir1986

New User


Joined: 10 Nov 2015
Posts: 45
Location: USA

PostPosted: Sat Jun 08, 2024 1:58 am
Reply with quote

Was asked in interview a very generic question - What is the most complex mainframe abend you've faced and how you solved it?

Constructive responses appreciated
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3059
Location: NYC,USA

PostPosted: Sat Jun 08, 2024 5:00 am
Reply with quote

Updating a VSAM failed due to no EXTENTS / space issue .. since the updates were critical , you can not trust the data in VSAM , so recovery is to delete/ define VSAM AND restore the VSAM data from last back up (2-3 hours back before the update cycle began ) and rerunning the jobs after with correct sequence and overrides as necessary.. This may be application specifics but that’s something no one wants it to happen..
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1308
Location: Vilnius, Lithuania

PostPosted: Sun Jun 09, 2024 3:18 am
Reply with quote

After an IDMS resize, we DB keys would exceed 2^32, aka would become negative as they were represented by "FIXED BIN (31)" in PL/I. Lots of programs used "if DB_KEY < 0" rather than "if DB_KEY = 0", which should have been used from the onset.

We lost a complete business day, as there wasn't a solution, and spend the night scanning, changing, and recompiling several dozens of programs.

One of my "stuff a whole working week in two days" sessions.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2561
Location: Silicon Valley

PostPosted: Sun Jun 09, 2024 7:23 am
Reply with quote

elixir1986, they were asking about YOUR experiences. If you reply with somebody else's abend scenario, they will get you on follow-up questions.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3059
Location: NYC,USA

PostPosted: Sun Jun 09, 2024 11:05 am
Reply with quote

Pedro wrote:
elixir1986, they were asking about YOUR experiences. If you reply with somebody else's abend scenario, they will get you on follow-up questions.

Spot on 😊
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2561
Location: Silicon Valley

PostPosted: Sun Jun 09, 2024 10:05 pm
Reply with quote

re: Constructive responses appreciated

Now that you know such a question can be asked, you can prepare for the subsequent interviews. Write down, now, what your answer would be and then review your notes before every interview so that you can answer the question more successfully.
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1743
Location: Tirupur, India

PostPosted: Mon Jun 10, 2024 6:20 pm
Reply with quote

We were two sysprogs, and my better experienced colleague was on a holiday.

All our mainframe tapes were being backed by Dell Data Domain.
During a data domain upgrade in the middle of the day, the data domain did not come up as expected and lost access to all Mainframe tapes.

Had to route SMF offloads into DASD to prevent data loss. We didn't have HALT in SMFPRM, so that worked well in our benefit

Db2 Active logs were not being offloaded into archive logs, so had to add volumes, then add same volumes in DR replication.
Route Db2 archive logs to DASD.

Assist application teams in changing their programs so they dont access tapes.

It was during the day time, so not a lot of batch was accessing tapes.

A memorable day for sure.
Back to top
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1280
Location: Bamberg, Germany

PostPosted: Mon Jun 10, 2024 8:28 pm
Reply with quote

@vasanthz: That sounds familiar to me. Always fun to handle.

Calm seas don't make sailors.
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 584
Location: London

PostPosted: Tue Jun 11, 2024 12:49 pm
Reply with quote

One of the weirdest things I've encountered was during a data centre move which also included some changes to the DASD set up in the new target site. We had moved all the DASD and were trying to IPL the first LPAR at the new site but it kept failing and going into a wait state. The wait code indicated some issue with the nucleus but it appeared fine and we just couldn't see what the issue was. Even IBM were struggling to determine what it was. In the end using a one pack system we found that in the mastercatalog the SYS1.NUCLEUS showed as having device type 3380, when in fact it had been created on a new 3390 device as part of the build of the new site. It was recataloged correctly, along with all the other datasets on the volume and the LPAR IPL'd fine. That was a real head scratcher!
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts call an hlasm from rexx in batch and ... CLIST & REXX 1
No new posts Non-volatile Solution General Talk & Fun Stuff 0
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts SDSF like solution in EJES (store com... All Other Mainframe Topics 4
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
Search our Forums:

Back to Top