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 DFSMS RMM
Created by Guest
Created on Jun 17, 2021

EDGJNSCR in SYS1.SAMPLIB changes required

There are several errors in the EDGJNSCR samplib member. We ship several sample reporting jobs in SYS1.SAMPLIB, that are based on non-extended records but the job itself is does not specify this in its description. We should update the sample job to indicate it will only work with non-extended EXTRACT records as coded. We should either ship a version that works for extended Extract records or add something to the effect that if you are using extended extract records you need to make the following change in the JCL to get the job to work:

//VOLSCNTL DD * DFSORT STATEMENTS - SELECT SCRATCH VOLUMES
INCLUDE COND=(5,1,CH,EQ,C'X',AND,322,7,CH,EQ,C'SCRATCH')
OPTION VLSHRT,NOCHALT,LOCALE=NONE @03C
//OLDSCNTL DD * DFSORT STATEMENTS - SELECT SCRATCH VOLUMES
INCLUDE COND=(5,1,CH,EQ,C'X',AND,322,7,CH,EQ,C'SCRATCH')
OPTION VLSHRT,NOCHALT,LOCALE=NONE @03C


Furthermore, the job assumes DFSORT is the SORT product and invokes a parm only DFSORT uses, so we might also want to mention that if using other than DFSORT you may need to change the VLSHRT parm. This parameter does NOT apply for SYNCSORT as they have their own parms to handle short variable records. It is called VLTESTI (handling INCLUDE/OMIT). The parm has an capital i at the end which might look like 1. So for Syncsort users they will need to change VLSHRT to VLTESTI=1 or VLTESTI=2 in the ddnames VOLSCNTL and OLDSCNTL.

Furthermore, in this JCL there is a referback statment. It would be best to avoid concatenation with referback due to the potential problems caused by the system restriction described here in the second bullet:
"Be aware that, in some cases, if a DD statement specifies a data set for output that is extended to a second or subsequent volume, and another DD statement within the same step requests the same data set, only the records on the first volume will be read, and incorrect output will result."

Idea priority Low