Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Planned for future release
Workspace z/OS
Created by Guest
Created on Mar 13, 2020

BLDL to PDSE need to return RC=08 at I/O error instead of ABEND212

PDSE data sets are used in IMS Online environment and issue BLDL, FINE, READ, CHECK macros.
DCB specify SYNAD exit and ABEND Exit. But BLDL to PDSE issues ABEND212 with DFS909I 212-00 instead of RC=08 at I/O error. When we used standard PDS, it returned RC=08 and IMS could continue processing as error . But ABEND212 causes online IMS down. It's impact is very high.
I hope that BLDL returns RC=08 instead of ABEND212, or calls ABEND exit.

Idea priority Medium
  • Guest
    Reply
    |
    Oct 23, 2020

    How is the status of this problem?
    Please refer to the dump in CASE TS004092701.
    ABEND212 caused IMS CTL region down.
    We want to correct this problem in DFSMS side to skip ABEND and return RC=08 as same as PDS.

  • Guest
    Reply
    |
    Apr 14, 2020

    I tested I/O error case of IMS Managed ACB directory data set, which is PDSE.
    I simulated I/O error using volume offline after DCB was opened.
    I expected that I could get control via SYNAD or ABEND EXIT..
    But BLDL request to PDSE data set got IEC909I 212-00 and program was terminated.
    In case of standard PDS, BLDL got RC=08 as expected.

    < Scenario >
    OPEN DCB ; DCB has SYNAD EXIT, EODAD and ABEND EXIT
    BLDL to Member-1 ; RC=00
    FIND RC=00
    READ & CHECK CC=7F ; Member-1 was read.
    WTOR
    -> V 663D,OFFLINE,FORCE
    Reply to WTOR
    BLDL to Member-2 -> IEC909I 212-00,LISTAC15,GO ,IMSACB ,00000018,150BC008
    Program was terminated without SYNAD exit nor ABEND exit called.
    --------------------

    If Member-1 and Member-2 existed within same PDS directory block, BLDL could complete with RC=00 but
    READ got wrong member data - Member-1 instead of Member-2. => It is the problem in TS0032879334.
    My concern in this case is why ABEND exit was not called on this ABEND212.

  • Guest
    Reply
    |
    Apr 14, 2020

    Please refer to CASE TS003316197 for additional information. This case has some materials include a DUMP and has required information.
    Also, please refer to CASE TS003287934.
    If you need other materials, please state it specific and exactly.

  • Guest
    Reply
    |
    Apr 13, 2020

    Can you please provide more information on what specifically is causing the ABEND212 with a PDSE, and what additional information may be coming out on the IEC909I message? The doc indicates this is some kind of unspecified internal error and, if so, we really would want an ABEND and dump to alert us to that.