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 Future consideration
Workspace z/OS
Categories ISPF
Created by Guest
Created on Feb 16, 2015
Merged idea
This idea has been merged into another idea. To comment or vote on this idea, please visit ZOS-I-1956 Externalize the two TLD fields related to ZSCREENI dump size.

Add ISPF system variable(s) showing active window width /depth to be used with ZSCREENI and ZSCREENC Merged

Requesting ISPF system variables to show the actual width & depth of the active display window.

Particularly when the display width is set greater than 80, the ZSCREENW / ZSCREEND and the ZSCRMAXW / ZSCRMAXD always show the maximum values, even though the actual active window may be smaller.

That means that an application which gets ZSCREENI & ZSCREENC must make a guess about the active window width when trying to know the text for the whole window line where the cursor was placed. The length of ZSCREENI only reflects data displayed, hence one needs to know either the actual width or actual depth to get the text for individual lines of the active displayed window. Both actual values are not strictly necessary, because if you know the length of ZSCREENI and either the actual depth or the actual width you can easily calculate the other value.

Idea priority Medium
  • Guest
    Reply
    |
    Nov 25, 2019

    This RFE is being closed as a duplicate of SHARE RFE 132594.

  • Guest
    Reply
    |
    Jun 20, 2018

    The fields that correctly correspond with the contents in ZSCREENI are found here:

    /* dump terminal depth */
    tlddmpdl = C2D(BITAND(STORAGE(D2X(tldptr+188),4),'7FFFFFFF'X))
    /* dump terminal width */
    tlddmpwd = C2D(BITAND(STORAGE(D2X(tldptr+192),4),'7FFFFFFF'X))

    Editing an fba 121 byte PDS member on a 43x132 terminal, ZCURWID will show 132 when tlddmp* above shows
    Dump = lines: 43 width : 129.
    ZCURDEP|WID = depth : 43 width: 132

    Going thru ZSCREENI by 129 yields proper lines. Using 132 immediately throws it off.

  • Guest
    Reply
    |
    Feb 17, 2017

    New system variables, ZCURDEP and ZCURWID, have been created to show the current screen depth and width in APARs OA50397 (V2R1) and OA51216 (V2R2). (The V2R1 APAR is available now, and we hope to have the V2R2 APAR available within the next couple of weeks.) Could you look at that APAR and see if it satisfies your need?

  • Guest
    Reply
    |
    Oct 15, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - z Systems Software
    Product - z/OS
    Component - ISPF

    For recording keeping, the previous attributes were:
    Brand - Servers and Systems Software
    Product family - z Systems Software
    Product - ISPF
    Component - ISPF

  • Guest
    Reply
    |
    Feb 17, 2015

    Creating a new RFE based on Community RFE #66461 in product ISPF.