Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread Lizette Koehler
So, it will depend on how often the TSO message for enqueue is produced. If it is not frequent, you may have to set slips or live with rerunning the job. Or if it is frequent, you might try adding a first step with DISP=OLD on your file. then you would have a better idea of what is doing it

Re: Recovery routine for ICHRTX00

2015-09-18 Thread Walt Farrell
On Fri, 18 Sep 2015 18:01:16 +, Leonardo Vaz wrote: >I want to make use of the MVS router exit ICHRTX00 but I am having trouble >defining a recovery routine for it. I can't use ESTAE-like routines because >locks can be held when the exit is called and I can't use FRR

Re: z/OS V2.2 IBM Education Assistance

2015-09-18 Thread Jantje.
On Thu, 17 Sep 2015 08:47:29 -0500, Mark Zelden wrote: >Thanks, I personally was not aware (that's what happens when I miss SHARE 3 >summers in a row). :-) > >Is there a generic link for the site? http://www-01.ibm.com/software/info/education/assistant/ I think...

Re: z/OS V2.2 Manuals are zipped up

2015-09-18 Thread Marna WALLE
Ed, I just read on the internet: Q: Is it possible to disable automatic updates in the Adobe Reader DC? It's not under preferences where it used to be? A: Adobe Acrobat Reader DC is set up for continuous updating. I guess I'm always auto-updating on this new level I'm now using! Knob removed.

Re: z/OS V2.2 Manuals are zipped up

2015-09-18 Thread Bill Godfrey
There is another way to get to the index. Instead of clicking on the .pdx file, open any document in the directory that has the .pdx file. Click on "Edit" then "Advanced Search". Click on "Show More Options". In the menu under "Look in:" click on "Select Index..." The .pdx file will be the only

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread Toni Cecil
Hello everyone, I wnat to know how to debug this situation after it occurred, in this case, the next day. In this particular case Connect Direct was unable to pick this library for a transmission task becuase it was in use by someone (user ou job). I did run RMFMONIII DSND "Data set delays" with

Recovery routine for ICHRTX00

2015-09-18 Thread Leonardo Vaz
Hello List! I want to make use of the MVS router exit ICHRTX00 but I am having trouble defining a recovery routine for it. I can't use ESTAE-like routines because locks can be held when the exit is called and I can't use FRR because it needs Supervisor state and PSW key 0 while the exit might

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread Richard Pinion
I think this setting for RMF will cut an SMF record for enqueue conditions. RMF must be started pointing to the member which specifies ENQ(DETAIL). EDIT USER.PARMLIB(ERBRMF00) - 01.05 Columns 1 00080 Command ===>

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread Greg Shirey
According to Merriam-Webster online dictionary, one definition of "culprit" is "the source or cause of a problem." I suppose now there needs to be a discussion about whether the OP's situation could be defined as a problem... Regards, Greg Shirey Ben E. Keith Company -Original

Re: IPCS BLS18028I message suppression

2015-09-18 Thread Kenneth J. Kripke
You cannot OUTTRAP Tputs, and, some of the outputs from IPCS utilize TPUTS. Messages delivered via PUTLINE can be OUTTAP'ed. k.kri...@comcast.net -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: IPCS BLS18028I message suppression

2015-09-18 Thread Jim Mulder
> Interesting you should suggest that. > I did a batch IPCS run with my REXX and sure enough, in TSO/Batch > the BLS18028I is captured by OUTTRAP and my REXX displays it as expected. > > Question now is, why isn't it captured with the REXX is executed > interactively? > > So, if IPCS is

Re: Recovery routine for ICHRTX00

2015-09-18 Thread J O Skip Robinson
This may sound heretical, but I lean against recovery actions for system exits. In most cases, the environment in which a system-defined exit runs is protected already. Messages are issued, dumps are taken, and some semblance of order is restored. In many cases the exit is disabled so that

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread Richard Pinion
Run RMF, I think monitor I, with the following option. This create an RMF SMF enqueue record. VIEW USER.PARMLIB(ERBRMF00) - 01.05 Command ===> 14 ENQ(DETAIL) Then run the RMF postprocessor as below. //STEP010 EXEC PGM=ERBRMFPP

Re: MPF message processing not started for msg

2015-09-18 Thread J O Skip Robinson
When you get 'terminated at end of memory', all bets are off. This generally happens when the address space has run out of storage to the point that recovery routines cannot run. No recovery, no message processing, no preservation of sysout, etc. Your MPF entries indicate user exit processing.

Re: Volkswagen Programmed Vehicle to Deactivate Pollution Control Systems

2015-09-18 Thread Richard Pinion
I understand the point you are making, that an employee is told to do something that they know is illegal or immoral, and they do it anyway. Having worked for a non-profit health insurance company many, many years ago, I was often asked if we intentionally programmed the system to automatically

Re: Volkswagen Programmed Vehicle to Deactivate Pollution Control Systems

2015-09-18 Thread John P. Baker
Richard, I think that there is a big difference here in that the programming staff at Volkswagen, if the initial reports are accurate, could not reasonably not have known that what they were coding was in furtherance of a crime. John P. Baker -Original Message- From: IBM Mainframe

MPF message processing not started for msg

2015-09-18 Thread Brad Wissink
I have a batch job that abended with the following messages . N C00 H50A 2015260 17:03:16.08 J0684125 $HASP310 U0051299 TERMINATED AT END OF MEMORY M 400 H50A 2015260 17:03:16.25 IEF402I U0051299 FAILED IN ADDRESS SPACE 0058 892 E

Re: z/OS V2.2 Manuals are zipped up

2015-09-18 Thread Marna WALLE
Thanks! You've explained to me how to use it that even the person that created the index couldn't tell me. However, I have a problem when I try to open that "zOS V2R2 PDFs July 2015.pdx" file. Yes, I see the permission box, which is ok. But after that I see an error "Search could not load

Re: z/OS V2.2 Manuals are zipped up

2015-09-18 Thread Nims,Alva John (Al)
What release of Acrobat Reader are you running? I am running "Adobe Acrobat Reader DC" 2015 Release, Version 2015.008.20082 and It has opened the index and I have also accomplished a search when I checked "In the index named zOS V2R2 PDFs July 2015.pdx" Al Nims Systems Admin/Programmer 3

Re: IPCS BLS18028I message suppression

2015-09-18 Thread Lizette Koehler
I think it depends on what method IBM uses to produce the message. I do not think you can capture a TPUT message and suppress it. Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Hardee, Chuck > Sent: Friday, September

HTTP Server Domino Migration Health Check

2015-09-18 Thread Marna WALLE
If you've heard me talk about z/OS V2.2 migration, then I know you've heard me nag about getting an important migration health check to see if you're impacted by what I think of as the most important migration action in z/OS V2.2: Removal of the HTTP Server powered by Domino, and moving to the

Re: z/OS V2.2 IBM Education Assistance

2015-09-18 Thread Marna WALLE
Hi Mark, For the IBM Education Assistance (note: not IBM Education Assistant!), use this link: http://www.redbooks.ibm.com/redbooks.nsf/pages/IBMIEA?Open That is the "top page" for all the IBM Education Assistance levels, which is good to bookmark. The other link

Re: z/OS V2.2 IBM Education Assistance

2015-09-18 Thread Nims,Alva John (Al)
"One more thing!" #1. I do NOT know anything about Acrobat Search, but I am looking at what I have after unzipping the files on my system. So I asked about the level of reader you are using, but I forgot to ask, in the directory that you have the " zOS V2R2 PDFs July 2015.pdx" do you have all

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread Richard Pinion
The old RMF TSO command RMFMON suboption SENQR will also tell you this information. --- stars...@mindspring.com wrote: From: Lizette Koehler To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Dataset enqueue, how to find the culprit. Date: Fri, 18 Sep

Re: UNABLE TO RESTORE DSN USING DFDSS

2015-09-18 Thread willie bunter
Lizette, I was able to restore the dsn to another volume (bypassed SMS). All is well. Thanks again. On Fri, 9/18/15, Lizette Koehler wrote: Subject: Re: UNABLE TO RESTORE DSN USING DFDSS To: IBM-MAIN@LISTSERV.UA.EDU

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread J O Skip Robinson
Well I'll be darned. I had not looked carefully at OP's message. That is *exactly* the context of the enqueue case I posted generically. SDAA004I is NDM or ConnectDirect depending on your perspective. We seem to have a lot of these self-clashes in our environment. I have not talked with the

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread Ted MacNEIL
There is NO SUCH THINGS as a culprit! They are just doing their job and so are you. They just happened to collide. - -teD -   Original Message   From: Richard Pinion Sent: Friday, September 18, 2015 14:31 To: IBM-MAIN@LISTSERV.UA.EDU Reply To: IBM Mainframe Discussion List Subject: Re: Dataset

Volkswagen Programmed Vehicle to Deactivate Pollution Control Systems

2015-09-18 Thread John P. Baker
http://www.foxbusiness.com/industries/2015/09/18/epa-says-vw-intentionally-v iolates-clean-air-standards/?intcmp=hpbt1 In the referenced article, it is being reported that Volkswagen had their programming staff intentionally program the computers controlling the pollution control systems on

Re: Volkswagen Programmed Vehicle to Deactivate Pollution Control Systems

2015-09-18 Thread Richard Pinion
As an employee of a company who deals with HIPPA controlled/protected data, I feel very uncomfortable knowing that I can be charged either with a civil or criminal violation in the event that HIPPA data, under my control, is accidentally lost or stolen. And I am not talking about an intentional

Dataset enqueue, how to find the culprit.

2015-09-18 Thread Toni Cecil
Hello, yesterday I got the following dsn enqueue: IKJ56225I DATA SET TLF.ZPT.JCL.CNTL ALREADY IN USE, TRY LATER+ IKJ56225I DATA SET IS ALLOCATED TO ANOTHER JOB OR USER SDAA004I - RETURN=(DD),PERM=YES DSN=TLF.ZPT.JCL.CNTL(ZZZTXXXB), DISP=SHR SDAB005I - ERR=0210, INFO=, REQUESTED DATA SET NOT

Re: UNABLE TO RESTORE DSN USING DFDSS

2015-09-18 Thread willie bunter
Lizette, You are right. There is not enough space on the volume. Yes, I am restoring the dsns (which are SMS managed) with a rename. The input dsns and output dsns are located on the same Storage group. Thanks for the help. On Fri, 9/18/15,

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread Jousma, David
One of the quickest ways, is to go to ISPF option 3.4, and pull up that dataset, and do a "R" to rename it(don’t really rename it though). When it says 'dataset in use", hit PF1 and you get a list of jobs with enqueues on it. _

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread Lizette Koehler
If you have RMF setup for ISPF, and the RMF VSAM files are available, you can use the ISPF RMF tool to go back in time for the enqueue information. Did you look in syslog for any GRS information? Did you go and look and see what other jobs were running when this job had this issue? Lizette

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread Jousma, David
Sorry, you have to hit PF1 twice to get the display I mentioned. _ Dave Jousma Assistant Vice President, Mainframe Engineering david.jou...@53.com 1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread Lizette Koehler
That only works if the file is allocated now. I think the OP wants to go back in time to find the enqueue. The enqueue happened yesterday and today I want to know who had the file. Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]

Re: UNABLE TO RESTORE DSN USING DFDSS

2015-09-18 Thread Lizette Koehler
The best options are always to look up message to see if they give a clue to your issue. It is faster than waiting on the list. Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of willie bunter > Sent: Friday, September

UNABLE TO RESTORE DSN USING DFDSS

2015-09-18 Thread willie bunter
Good Day, I am trying to restore a PS dsn using DFDSS with a rename. However I have hit a roadblock with a few dsns with the same abend MESSAGE : EXTENT REDUCTION FAILED FOR DATA SET Can someone suggest how I can bypass this problem? Below is the abend message: ADR709E (001)-VDSS (01), AN

Re: UNABLE TO RESTORE DSN USING DFDSS

2015-09-18 Thread Lizette Koehler
If you look up the IGD17365I - it states A SMS VTOC data set services extent reduction request for the data set failed. One possible reason for the failure is that not enough space could be obtained; other reasons are indicated by preceding messages. Do you have sufficient space on the volume for

Re: IPCS BLS18028I message suppression

2015-09-18 Thread J O Skip Robinson
I have no particular insight into this design, but I know a few things about TPUT vs. PUTLINE. For one thing, TPUT does not even work at all in batch. Neither can it be captured by OUTTRAP in foreground or background. PUTLINE works for both. So from the evidence presented, I would guess that

Re: Dataset enqueue, how to find the culprit.

2015-09-18 Thread J O Skip Robinson
As others have pointed out, enqueue is often a fleeting problem. By the time you get around to looking into it, it's long gone. After experiencing this problem a while back, we instructed our automation product to issue a D GRS command at the time of the conflict based on msgid IKJ56225I.