Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. 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 Delivered
Categories Explorer
Created by Guest
Created on Jan 24, 2013

Share perspective among a group of users in CICS explorer

Customer request this capability of CICS explorer so that it's more flexible and convenient. Currently, when customer open CICS explore they may customize the perspective to this explorer worspace. However, when he moves to another desktop and reopen another CICS explorer, he has to customize the perspective again. It's not convenient and meanwhile, it doesn't have security control. For example, they want certain group of users to have shared perspective and other users cannot see the same perspective, similar to WUI view.

Idea priority Medium
  • Guest
    Reply
    |
    Dec 11, 2015

    This RFE is satisfied by CICS TS 5.3 which is generally available from December 11th 2015.

    CICS Explorer 5.3 provides the ability to customise views and perspectives and share them between users.

  • Guest
    Reply
    |
    Dec 10, 2015

    This RFE is satisfied by CICS TS 5.3 which was announced on October 5th 2015 with a planned general availability date of December 11th 2015.

  • Guest
    Reply
    |
    Dec 10, 2015

    This RFE is satisfied by CICS TS 5.3 which was announced on October 5th 2015 with a planned general availability date of December 11th 2015.

  • Guest
    Reply
    |
    Oct 5, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Transaction Processing
    Product - CICS Transaction Server

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Transaction Processing
    Product - CICS Transaction Server

  • Guest
    Reply
    |
    Jun 24, 2014

    I wrote a blog post about this: https://www.ibm.com/developerworks/community/blogs/cicsdev/entry/extending_cics_explorer_creating_custom_perspectives?lang=en

    It describes how to create perspectives using the same mechanism as we use within CICS Explorer to create them! This is the safest way to create and deploy perspectives to multiple users.

  • Guest
    Reply
    |
    Jan 30, 2013

    Passing on comments from Joe Winchester....

    The location of the perspectives is in the workspace, which by default is on the local directory - in Windows 7 it is c:\users\{your user ID here}\.cicsexplorer - in Linux it is /home/{your userid here}/.cicsexplorer".. More information on how workspaces work is in the blog entry:
    https://www.ibm.com/developerworks/mydeveloperworks/blogs/JoeWinchester/entry/cics_explorer_workspaces_copying_locating_and_more5?lang=en

    What this means is that when a user switches to a different PC then they have a different home or c:\ folder and the data is not shared.

    One way that users solve this is to store their data not on a c:\ folder, but instead on a shared network drive. This could be z:\ and each PC maps to this folder - to point the CICS Explorer to use this location instead of the c:\ folder you will need to alter the cicsexplorer.ini or the desktop shortcut - this is covered in the blog entry link above.

    Alternatively - you can import and export data between workspaces - using the Import and Export perspective wizards - this is also covered in the blog entry.

    There is no way to allow the CICS explorer to be configured so that after a user signs on their view is restricted to just the tasks they are authorized to do. Security is provided by RACF (or other security manager) so a user cannot perform actions on CICS or see data they don't have authority.

  • Guest
    Reply
    |
    Jan 29, 2013

    The location of the perspectives is in the workspace, which by default is on the local directory - in Windows 7 it is c:\users\{your user ID here}\.cicsexplorer - in Linux it is /home/{your userid here}/.cicsexplorer"..  More information on how workspaces work is in the blog entry: 
    https://www.ibm.com/developerworks/mydeveloperworks/blogs/JoeWinchester/entry/cics_explorer_workspaces_copying_locating_and_more5?lang=en

    What this means is that when a user switches to a different PC then they have a different home or c:\ folder and the data is not shared.

    One way that users solve this is to store their data not on a c:\ folder, but instead on a shared network drive.  This could be z:\ and each PC maps to this folder - to point the CICS Explorer to use this location instead of the c:\ folder you will need to alter the cicsexplorer.ini or the desktop shortcut - this is covered in the blog entry link above.

    Alternatively - you can import and export data between workspaces - using the Import and Export perspective wizards - this is also covered in the blog entry.

    There is no way to allow the CICS explorer to be configured so that after a user signs on their view is restricted to just the tasks they are authorized to do.  Security is provided by RACF (or other security manager) so a user cannot perform actions on CICS or see data they don't have authority.

  • Guest
    Reply
    |
    Jan 28, 2013

    The location of the perspectives is in the workspace, which by default is on the local directory - in Windows 7 it is c:\users\{your user ID here}\.cicsexplorer - in Linux it is /home/{your userid here}/.cicsexplorer"..  More information on how workspaces work is in the blog entry: 
    https://www.ibm.com/developerworks/mydeveloperworks/blogs/JoeWinchester/entry/cics_explorer_workspaces_copying_locating_and_more5?lang=en

    What this means is that when a user switches to a different PC then they have a different home or c:\ folder and the data is not shared.

    One way that users solve this is to store their data not on a c:\ folder, but instead on a shared network drive.  This could be z:\ and each PC maps to this folder - to point the CICS Explorer to use this location instead of the c:\ folder you will need to alter the cicsexplorer.ini or the desktop shortcut - this is covered in the blog entry link above.

    Alternatively - you can import and export data between workspaces - using the Import and Export perspective wizards - this is also covered in the blog entry.

    There is no way to allow the CICS explorer to be configured so that after a user signs on their view is restricted to just the tasks they are authorized to do.  Security is provided by RACF (or other security manager) so a user cannot perform actions on CICS or see data they don't have authority.

  • Guest
    Reply
    |
    Jan 28, 2013

    CCB(China Construction Bank) raised exactly same requirement. They want to share perspective among a group of people. The operator's desktops are shared. They want to get same perspective after user logon no matter which desktop.