I provided the original post...I was having problems getting the dialogs to
work. The problem was because I had issues getting the catalog that the dialog
datasets resided on imported, so I created a new set and put them on a
different catalog and to do that I had to change the HLQ. The chaging of the
HLQ was what caused the problem. I opened an issue with IBM on it and what was
provided for me resolved the problem...here was the email from IBM support
which helped me resolve my problem:
Hi Ron,
It's the orders hlq that is the problem here, correct ? That value
is in the master dialogs SCPPVENU dataset.
I repro-ed mine to a flat file, edit-ed the hlq, allocated a new
SCPPVENU and repro-ed it back and it worked for me:
.
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SEQ DD DSN=hlq.MCPAC.SCPPVENU.SEQ,
// SPACE=(CYL,(5,5)),
// DISP=(NEW,CATLG),
// DCB=(LRECL=1024,BLKSIZE=32760,RECFM=VB)
//SYSIN DD *
REPRO INDATASET(hlq.MCPAC.SCPPVENU) +
OUTDATASET(hlq.MCPAC.SCPPVENU.SEQ)
/*
//*
.
Doing an edit with preserve on, if you look in the flat file you will
see an Order record like this;
O OS221243....
If you pf11 you will get to an entry Fhlq.OS221243
You can change that hlq to your new Fhlq1 save the file and then
repro it back into a new SCPPVENU. Don't repro the version record into
the new file or vsam will complain.
I switched mine around and it went fine for me. If you have a vsam
editor or ditto - another option.
.
Joe
Thanks,
Ron McCabe
Mutual of Enumclaw
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of Tom Brennan
Sent: Wednesday, February 01, 2017 8:00 AM
To: [email protected]
Subject: Re: DIALOG PROCESSING ERROR
Repost for John...
============================================
LISTDSI also has a reason code which is often very specific about the error.
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.ikjb800/ikjb800159.htm
If you don't see the &SYSREASON variable then rerun the dialog using ISPF
option 7 and use breakpoints to help find it.
Bob
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of McCabe, Ron
Sent: Tuesday, January 24, 2017 6:10 PM
To: [email protected]
Subject: DIALOG PROCESSING ERROR
Hello IBM List,
I checked the archives for the problem I'm having with the dialogs and I
couldn't see any replies to the same question I will be asking...so here goes.
I'm installing z/OS 2.2 using my 1.13 system as the driving system. I'm up to
the point where I have IPL'ed my 2.2 system successfully and now I am trying to
get the dialog to work on it. The dialog starts fine but when I choose the
order I want to install I get the following error:
The dialog call shown in the ISPEXEC buffer issued a RETURN CODE of: 16 The
contents of the ISPEXEC buffer was: /*0003*/LISTDSI SCPPEENU
Anyone else run into this problem? What was the resolution?
Thanks,
Ron McCabe
Mutual of Enumclaw
John Eells wrote:
> Vince Getgood wrote:
>
>> Silly question, but are the Custompac dialog datasets available to
>> your z/OS 2.2 system?
>>
>> I had to import the catalog that contained the HLQ for my CPAC
>> datasets into the new 2.2 master cat when I did my install.
>>
> <snip>
>
> For whatever reason, I can't find the post you responded to. Can
> someone (perhaps the OP) repost it?
>
>
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to
[email protected] with the message: INFO IBM-MAIN
Confidentiality Notice: This e- mail and all attachments may contain
CONFIDENTIAL information and are meant solely for the intended recipient. It
may contain controlled, privileged, or proprietary information that is
protected under applicable law and shall not be disclosed to any unauthorized
third party. If you are not the intended recipient, you are hereby notified
that any unauthorized review, action, disclosure, distribution, or reproduction
of any information contained in this e- mail and any attachments is strictly
PROHIBITED. If you received this e- mail in error, please reply to the sender
immediately stating that this transmission was misdirected, and delete or
destroy all electronic and paper copies of this e-mail and attachments without
disclosing the contents. This e- mail does not grant or assign rights of
ownership in the proprietary subject matter herein, nor shall it be construed
as a joint venture, partnership, teaming agreement, or any other formal
business relationship.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN