Need Instructor for VM Class

2018-12-05 Thread David Mingee
Hey Experts, Anyone interested in teaching a couple of 2 day WEB based classes in Jan/Feb on VM for Verhoef Training company. If so contact: Kathy Welsh kwe...@verhoef.com VP/Verhoef Training, Inc 1.800.533.3893 Verhoef-Training.com Compensation is more than reasonable. ---

Re: OpenSSH / Ported Tools / Co:Z

2019-03-18 Thread David Mingee
C lever... I did find hits on google for acronym - USS, navy and Z/OS Unix System Services . For some reason it made me think of Snow White and the 7 dwarfs of mainframe. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jesse 1 Robinson Sent: Monday, March 18, 201

Re: ISPF development tips and tricks

2019-04-19 Thread David Mingee
Great Tool. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Lionel B. Dyck Sent: Friday, April 19, 2019 10:10 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ISPF development tips and tricks I am announcing a new, free, ebook with usable examples for all ISPF developers wi

Re: Migrate z/OS DASD volumes from Mainframe to Hercules Environment

2020-07-05 Thread David Mingee
I say yes to a Mainframe co-op. It could morph into a very useful thing over time. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Grant Taylor Sent: Sunday, July 05, 2020 2:22 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Migrate z/OS DASD volumes from Mainframe to

Re: rename a dataset in acs routine?

2020-09-21 Thread David Mingee
The following idea/method will probably not work, but what the hell. Consider listing the needed tape files with a TMS report to disk. 1. create a PDSE to load these files into. 2. change create fiche jcl to create a new member e.g. (d092120) 3 create job to load old tape files as member names. Th

MVS Job Position

2019-05-22 Thread David Mingee
Subject: MVS Job Position Currently, I am supporting a role with the World's Largest Manufacturing Company. This team is looking for strong Mainframe Systems Engineer, ideally who have experience with Z/OS, SMP/E , and JCL. This position is in Portland, Oregon. Please contact me offline for add

Re: Using bpxbatch to compress an MVS dataset

2019-06-30 Thread David Mingee
Hello, You can consider adding the command MODE C before the PUT command in your FTP. This will compress the file during transmit only. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Donald Russell Sent: Sunday, June 30, 2019 3:21 PM To: IBM-MAIN@LISTSERV.UA.EDU

This is a test

2019-10-25 Thread David Mingee
Please ignore this message as it is a test of my email. Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN 46250 Cell 317 903-9455 Alt Cell 317946-9192 -- For IBM-MAIN subscribe / signoff / archive acce

Re: AW: Re: [EXTERNAL] Re: Issue with SK4T-4949-13 - IBM Online Library: z/OS V2R2 Collection, March 2017

2017-04-28 Thread David Mingee
Hi Susan, Please tell me how to access IBM Knowledge info with IE version 11. I can access them with Mozilla, but not with IE. I prefer to use IE. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Susan Shumway Sent: Friday, April 28

Not getting IBM-MAIN Email

2024-04-08 Thread David Mingee
Hello All, I stopped getting IBM-MAIN emails on 3/20/2024. I tried subscribing with: SUBSCRIBE IBM-MAIN David Mingee sent to LISTSERV.US.EDU And INFO IBM-MAIN to LISTSERV.US.EDU No success. Any help would be greatly appreciated

Re: Not getting IBM-MAIN Email

2024-04-09 Thread David Mingee
Hello All, I magically started getting email from IBM-MAIN on Monday Apr 8. Thanks to all who offered help. -Original Message- From: Rick Troth Sent: Tuesday, April 9, 2024 9:04 AM To: IBM Mainframe Discussion List Cc: David Mingee Subject: Re: Not getting IBM-MAIN Email Hi David

Re: Not getting IBM-MAIN Email

2024-04-13 Thread David Mingee
Stopped again. No emails here after the 10th April. This is weird stuff. Anyone know what is going on? -Original Message- From: IBM Mainframe Discussion List On Behalf Of David Mingee Sent: Tuesday, April 9, 2024 11:09 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Not getting IBM-MAIN

Re: Anyone using Rocket Software Performance Essential

2015-12-15 Thread David Mingee
rdper open(bad program code) even with proper buffering. David Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN  46250 317 288-9588  Home317 903-9455  Cell From: John Clifford To: IBM-MAIN@LISTSERV.UA.EDU Sent: Tuesday, December 15, 2015 11:14 AM Subject: Re: Anyone

Re: Anyone using Rocket Software Performance Essential

2015-12-16 Thread David Mingee
Sorry for the confusion.  I recommend BMC's Product - Batch Optimizer (Standard Edition).  David Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN  46250 317 288-9588  Home317 903-9455  Cell From: Greg Shirey To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, Decemb

Re: Question on CA-1

2016-02-21 Thread David Mingee
It might be helpful to run a batch listcat on the files and then sort the output on the field LADAT(Last Alter Date) and then run IDCAMS Delete File and Delete GDG on all that are older than a required date.  This could be done on other GDG's to clean up all junk  GDG's.  Da

Re: [EXTERNAL] Re: Corrupt PDSE dataset

2016-03-11 Thread David Mingee
Lionel, are all of the DCB values normal or correct, if not they can be changed with PDS86.  David Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN  46250 317 288-9588  Home317 903-9455  Cell From: Ted MacNEIL To: IBM-MAIN@LISTSERV.UA.EDU Sent: Friday, March 11, 2016

Re: [EXTERNAL] Re: Corrupt PDSE dataset

2016-03-11 Thread David Mingee
Gil,  You are right as usual.  I used this utility to repair PDS files(recfm.dsorg,lrecl,blksize,cyl,dir,members) on the fly.  It supports PDSe in a limited way.  John Kalinich wrote this tool and would know it abilities in detail.  I just thought it might be worth a shot. .  David Mingee

Re: Is there a JES2 command to submit a job?

2020-11-18 Thread David Mingee
Also, You can enter SUB next to the member name while in ISPF. Just enter SUB vs. B or E or V Subject: Re: Is there a JES2 command to submit a job? I do something like that for my personal stuff. And it is good in that you can have a separate crontab for submitting different jobs with differ

Re: Transfer a large number of sequential file from mainframe to redhat linux V6.5

2017-10-18 Thread David Mingee
Hello, another option would be to add the line MODE C before the put or mput line in your FTP'S. This does compression only during the FTP. This could speed up the FTP's. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of ibmm...@fo

Re: Finally joined Linkedin

2017-11-21 Thread David Mingee
Glad to see you are back. Missed your great comments. I remember an old friend who was a dyslexic, insomniac and an atheist. He stayed awake most of the night Wondering if there really was a DOG. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On

Re: TRSMAIN

2017-12-11 Thread David Mingee
You might consider using the MODE C command in FTP vs. AMTERSE/UNTERSE utility. It will run much faster and save CPU time. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ed Jaffe Sent: Monday, December 11, 2017 1:16 PM To: IBM-MAIN@

Re: QUESTION ABOUT VSAM / VSAM EXTENDED - IAMPRINT OUTPUT

2014-11-02 Thread David Mingee
faster due to no formatting/checkpoints. David Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN 46250 317 288-9588 Home 317 903-9455 Cell From: Joseph Butz To: IBM-MAIN@LISTSERV.UA.EDU Sent: Thursday, October 30, 2014 12:12 PM Subject

Re: UNABLE TO COPY PDS.

2014-11-11 Thread David Mingee
You might try the util PDS86, if you do not have it you can download it from CBT - http://www.cbttape.org/ It has a FIXPDS option and other options that might be helpful. David Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN 46250 317 288-9588 Home 317 903-9455 Cell

Re: Utility to replace occurrences of string in PDS?

2014-12-16 Thread David Mingee
I think the requirement for a member name $$$COIBM has been removed. I have used IPOUPDTE on 3 different sites in the past few years without this restriction. Many of the other utilities are great, but some cost money or may not be installed at some sites, so IPPOUPDTE is a great option. It a

Re: A New Performance Model ?

2015-04-07 Thread David Mingee
uch faster and use less CPU as    memory is used vs. the SYSUT3 and SYSUT4 work files. I hope this little sharing effort does not offend the good people on this great list. David Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN  46250 317 288-9588  Home317 903-9455  Cell From

Re: ENQ for the life of the job

2015-04-21 Thread David Mingee
to change access to none and then access to job userid and then last step to reset to normal access.  David Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN  46250 From: Steff Gladstone To: IBM-MAIN@LISTSERV.UA.EDU Sent: Tuesday, April 21, 2015 4:00 AM Subject: Re: ENQ

Re: New zPDT redbook

2015-04-25 Thread David Mingee
  David Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN  46250 Test email. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM

Re: Minimum Volume Sizes in the Wild

2016-07-01 Thread David Mingee
Same here - smallest in use is MOD3 at 8 different Data Centers I have worked with in the last couple of years.  David Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN  46250 317 288-9588  Home317 903-9455  Cell From: Steve Beaver To: IBM-MAIN@LISTSERV.UA.EDU Sent

Re: z/OS version by Sysres Module

2015-10-23 Thread David Mingee
You might consider installing IPLINFO Rexx code from Mark Zelden's web page.  It provides this info and much more.  It is freeand he does a great job of keeping it up to date.  David Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN  46250 317 288-9588  Home317 903-9455 

Opportunity for Mainframers

2015-11-02 Thread David Mingee
atthe email or phone below, if you are interested.  The class covers most every aspect of z/OS and I was scheduled for it, but I had to cancel forpersonal reasons.   David Mingee Mainframe Consulting 9206 Aintree Drive Indianapolis, IN  46250 317 288-9588  Home317 903-9455  Cell

Re: JOBGROUP in JCL

2018-02-03 Thread David Mingee
This is a test. Please ignore. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Thursday, February 01, 2018 4:44 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JOBGROUP in JCL Okay - so I did not spell magazine cor

Re: JOBGROUP in JCL

2018-02-04 Thread David Mingee
Technology Architect, Database Infrastructure Services Technology Solution Services Humana Inc. 123 East Main Street Louisville, KY 40202 Humana.com (502) 476-2538 or 407-7266 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of David

Re: VSAM Performance - CPU reduction

2018-02-04 Thread David Mingee
I agree. Just curious if the file needs to be defined as REUSE or could it be ALTERED to NOREUSE and tested? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ron hawkins Sent: Friday, January 26, 2018 6:02 PM To: IBM-MAIN@LISTSERV.UA.EDU

GDG Cleanup

2018-02-04 Thread David Mingee
For those who might have the time or inclination, I suggest running a LISTC for your GDG's and then SORT the output file by LAST ALTER DATE. Then consider deleting all of them that are older than one year old. You may find 1000's of these for various reasons. Also, you could run IEHLIST and find

Re: GDG Cleanup

2018-02-05 Thread David Mingee
own wrote: > On Sun, Feb 4, 2018 at 11:55 PM, David Mingee wrote: > > > For those who might have the time or inclination, I suggest running > > a LISTC for your GDG's and then SORT the output file by LAST ALTER > > DATE. Then consider deleting all of them that are old

Subscribe

2024-11-25 Thread David Mingee
INFO IBM MAIN Please subscribe me -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN