Re: Missing order information in PMA report

2015-06-23 Thread Kurt Quackenbush
this further, it would be better to open a PMR. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Missing order information in PMA report

2015-06-23 Thread Kurt Quackenbush
appen with those entries, when I'll REJECT the FMID afterwards to get rid of the unnecessary TLIBs? The PRODUCT and FEATURE entries will remain in the global zone for typical REJECT operations. Only the NOFMID mode of REJECT will delete PRODUCT and FEATURE entries from the global zone. K

Re: Missing order information in PMA report

2015-06-23 Thread Kurt Quackenbush
entry has a name and contains a list of FMIDs that belong to the FEATURE. For each installed FMID in that list, build a UCL statement like above specifying that FEATURE's name. Kurt Quackenbush -- IBM, SMP/E Develo

Re: Missing order information in PMA report

2015-06-26 Thread Kurt Quackenbush
sitory for all these FEATURE/PRODUCT records available? IBM does not maintain a single repository for ++PRODUCT and ++FEATURE statements. Although it is an interesting idea, there should be no need for it, as it should be difficult to miss them when receiving FMIDs. Kurt Quackenbush --

Re: Missing order information in PMA report

2015-06-29 Thread Kurt Quackenbush
fashioned z/OS SMP/E jobs, but now I changed my environment to use RECEIVE FROMNTS.) I think this is an improvement, and I'm glad you got this situation resolved. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN

Re: SMP/E ++HOLD COMMENT SYMP

2015-07-07 Thread Kurt Quackenbush
I would like to be able to list out HOLDATA from the GLOBAL zone and then search for things such as 'SYMP(Bn'. What's wrong with this? SET BDY(GLOBAL). LIST SYSMODS HOLDDATA HOLDERROR. Kurt Quackenbush -- IBM, SM

Re: Product Remove from z/OS

2015-07-08 Thread Kurt Quackenbush
.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.gim1000/chprej.htm Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

Re: Product Remove from z/OS

2015-07-09 Thread Kurt Quackenbush
SET BDY(GLOBAL). UCLIN. DEL DZONE(CIC31D) . ENDUCL. No, this will give you a syntax error. To remove from the global zone the pointers to the target and dlib zones you wish to delete, do this instead: SET BDY(GLOBAL). UCLIN. DEL GZONE ZONEINDEX((CIC31D, CIC31T)). ENDUCL. Kurt Quackenbush

Re: SMP/E question

2015-07-23 Thread Kurt Quackenbush
identify the DDDEF entries needed for that FMID, in addition to all the other entries associated with the FMID. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: IKJ56228I from GIMUNZIP?

2015-08-12 Thread Kurt Quackenbush
On 8/12/2015 4:14 AM, Beesley, Paul wrote: GIMUNZIP checks whether the dataset already exists. If it does, it reuses it. If not, it creates it. Yup, what he said. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN

Re: z/OS Upgrade 1.13 to 2.2

2015-09-09 Thread Kurt Quackenbush
sible that one or more required PTFs has not yet been marked RSU. If you install the latest RSU, you still need to use the IBM.Coexistence.z/OS.V2R2 fix category to be sure you have all the required coexistence PTFs installed. Kurt Quackenbush -- IBM, SMP/E D

Re: SMP/E Help

2015-09-11 Thread Kurt Quackenbush
delivery. However, that should be relatively straight forward after you achieve SYSMOD format. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to list

Re: SMP/E Help

2015-09-11 Thread Kurt Quackenbush
CTION and subsequent PTFs. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Missing order information in PMA report

2015-09-24 Thread Kurt Quackenbush
7 product information for the reports. The PRODSUP for Java 8 seems out of place to me, since, obviously, Java 7 and 8 can both be installed, so 8 does not really supersede 7 in the typical way we think about supersede. Kurt Quackenbush -- IBM, SMP/E Development

Re: Missing order information in PMA report

2015-09-24 Thread Kurt Quackenbush
values in my sample, but otherwise that should do it. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO

Re: RSU1509 PTFs showed up today

2015-10-19 Thread Kurt Quackenbush
ng updated. Anyone else seen this? Yup, we're aware. The server side of the RECEIVE CONTENT(RECOMMENDED) was still using RSU1508 as the selection criteria. This was fixed on Oct 14th. Kurt Quackenbush -- IBM, SMP/E Development ---

Re: RSU UNZIP issue

2015-11-03 Thread Kurt Quackenbush
moved after download, as a binary file? Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Please Read: Server Certificates Expiring - Soon!

2018-01-23 Thread Kurt Quackenbush
ile, and worry about which CA certs are connected to that keyring, I recommend you use this to tell the ftp client to use as necessary any and all CA certificates in your security data base: keyring *AUTH*/* Kurt Quackenbush -- IBM, SMP/E Development

Re: Update: Server Certificates Expiring - Sooner!

2018-01-23 Thread Kurt Quackenbush
the user certificate to be shared without requiring other user IDs to access the certificate’s associated private key." I believe your point is that if you do not intend for multiple userids to use the same certificate, then you don't need to connect it to your keyring with U

Re: How about HTTPS? Was: Server Certificates Expiring - Sooner!

2018-01-23 Thread Kurt Quackenbush
DigiCert root CA for Monday. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Update: Server Certificates Expiring - Sooner!

2018-01-25 Thread Kurt Quackenbush
techdocs/atsmastr.nsf/WebIndex/FLASH10884 Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Update: Server Certificates Expiring - Sooner!

2018-01-25 Thread Kurt Quackenbush
OT use RECEIVE ORDER, and you only download stuff you order using Shopz, then no action is required. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to list

Re: Update: Server Certificates Expiring - Sooner!

2018-01-25 Thread Kurt Quackenbush
But the eccgw02.rochester.ibm.com server has already been updated to use the new DigiCert root. So, try submitting an order to each of these to ensure you have both CA certificates installed correctly. Kurt Quackenbush -- IBM, SMP/E Develo

Re: Update: Server Certificates Expiring - Sooner!

2018-01-25 Thread Kurt Quackenbush
, then specify CONTENT(HOLDDATA). Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: New IBM certs and testcase.boulder.com

2018-01-26 Thread Kurt Quackenbush
unsecured fashion. Has there been an announcement that unsecured access is going away for this server? I don't remember seeing any such announcement. I'm not an authority for testcase.boulder.ibm.com, but I don't think there are any immediate plans to remove your unsecured access.

Re: zOSMF - remove plug-in

2018-02-01 Thread Kurt Quackenbush
you don't mind my asking, which plug-in are you trying to remove, and why? Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.

Re: SMP/E RECEIVE ORDER Question

2018-02-01 Thread Kurt Quackenbush
entries so your full data set is SMPPTS1 instead of SMPPTS. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: zOSMF - remove plug-in

2018-02-02 Thread Kurt Quackenbush
in the navigation pane for that user. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Apply error WAS product

2018-02-14 Thread Kurt Quackenbush
ether a SUPerseding PTF correctly replaces all elements operate if the putatively SUPerseded PTF is merely RECEIVED, not necessarily APPLYed? Nope, that checking only occurs if the superseded PTF is being, or has already been, applied. Kurt Quackenbush -- IBM, SMP/E Develo

Re: Need to review the HIPER - How best to do

2018-03-15 Thread Kurt Quackenbush
the Search field. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: [EXTERNAL] Re: HLQ change of SMP/E files

2018-05-02 Thread Kurt Quackenbush
gtzonename,WHYNOT.dataset.name.CSI,TARGET)). DEL GZONE ZONEINDEX((dlibzonename)). ADD GZONE ZONEINDEX((dlibzonename,WHYNOT.dataset.name.CSI,DLIB)). ENDUCL. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / arch

Re: z/OS 1.13 maintenance concern.

2018-05-02 Thread Kurt Quackenbush
might imagine I only use SMP/E RECEIVE ORDER, which does not have that option). Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu wit

Re: [EXTERNAL] Re: HLQ change of SMP/E files

2018-05-02 Thread Kurt Quackenbush
f your CSI data set(s) that contain the target and dlib zones and try it out on the copy first. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send emai

Re: [EXTERNAL] Re: HLQ change of SMP/E files

2018-05-03 Thread Kurt Quackenbush
t and dlib zone has its own ZONEINDEX, and each ZONEINDEX points to the CSI data set that contains that zone. Therefore, if you change the name of the CSI data set that contains a particular zone, then you need to update the ZONEINDEX for that zone. Kurt Quackenbush -- IBM, SMP/E Develo

Re: Allocating an SMS managed dataset in TSO with space in bytes

2018-05-15 Thread Kurt Quackenbush
multiplier (AVREC). https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ikjc500/alloccmd.htm Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN subscribe / signoff / archive access instructions, sen

Re: Problem with SMP/E RECEIVE ORDER

2012-06-14 Thread Kurt Quackenbush
information. In any case I agree with others that you should try to receive Java PTFs separately, maybe also WebSphere/MQ if you have that, then try RECOMMENDED again. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM-MAIN

Re: SMP/E tool or question

2012-06-22 Thread Kurt Quackenbush
f you have want to link edit all the load module that include CELHS003, you can use the LINK command, like this: SET BDY(tgtzone). LINK LMODS CALLLIBS(SCEEBND2) CHECK. Kurt Quackenbush -- IBM, SMP/E Development -- For IBM

Re: SMP/E tool or question

2012-06-25 Thread Kurt Quackenbush
nk you mean the ISPF CSI Query without specifying an Entry Type returned an entry that matches the name with type UTIN. Yes you can do the same with GIMAPI. Use the following for your query: ENTRY = * SUBENTRY = * FILTER = ENAME='CELHS003' Kurt Quacken

Re: Dataset allocation shown in BYTES?

2024-10-07 Thread Kurt Quackenbush
es data sets in bytes. Here's an existing requirement to use tracks or cylinders instead of bytes you can view and vote on: https://ibm-z-hardware-and-operating-systems.ideas.ibm.com/ideas/ZOS-I-2804 Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chu

Re: z/OS 3.1 migration guide

2024-10-21 Thread Kurt Quackenbush
u need to obtain them separately if you want to use them prior to installing z/OS 3.1. Although they are updated via PTFs, so you may already have the latest on your z/OS driving system, located at /usr/lpp/bcp/upgrade/. Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Manageme

Re: z/OS 3.1 migration guide

2024-10-22 Thread Kurt Quackenbush
tself. I believe the required files (REXX execs?) reside in the same directory, /usr/lpp/bcp/upgrade/. Kurt Quackenbush IBM | z/OS SMP/E and z/OSMF Software Management | ku...@us.ibm.com Chuck Norris never uses CHECK when he app

Re: SMPE and auditors

2024-12-10 Thread Kurt Quackenbush
ntly applied the fix then I wouldn't think it should matter that you used BYPASS(HOLDERR). Just my opinion. Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses

Re: SMPE and auditors

2024-12-10 Thread Kurt Quackenbush
> is there a IBM provided utility to print with formatting the SMP LOGS? Yes, the SMP/E LIST LOG command. https://www.ibm.com/docs/en/zos/3.1.0?topic=commands-log-command Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses CHECK w

Re: SMPE Receive Order Error

2025-01-21 Thread Kurt Quackenbush
this error I suggest you open a support case with IBM. Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses CHECK when he applies PTFs. -- For IBM-MAIN subscribe / sig

Re: SMPE Internet Order

2025-01-23 Thread Kurt Quackenbush
://www.ibm.com/docs/en/zos/3.1.0?topic=certificates-adding-certificate-authority Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses CHECK when he applies PTFs. -- For

Re: Save CPU in z/OSMF and reduce its startup time

2025-01-14 Thread Kurt Quackenbush
doc.zip > files are being read over and over again - thousands of times! Building the online Help index perhaps? Check out the KCINDEX=N option: https://www.ibm.com/docs/en/zos/3.1.0?topic=configurations-setting-kcindex-parameter Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Manageme

Re: FTPS for IBM download

2025-04-05 Thread Kurt Quackenbush
t, is documented here: https://www.ibm.com/docs/en/zos/3.1.0?topic=guide-preparing-secure-internet-delivery If you tell us what you're trying to do, then perhaps we can point you to the specific documentation you need. Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku

Re: FTPS for IBM download

2025-04-05 Thread Kurt Quackenbush
ownload, and which IBM server are you trying to download from? Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses CHECK when he applies PTFs. -- For IBM-MAIN subscri

Re: Does anyone have GIMAPI in working status?

2025-04-01 Thread Kurt Quackenbush
1.0?topic=services-query-smpe-csi Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses CHECK when he applies PTFs. -- For IBM-MAIN subscribe / signoff / archive access ins

Re: Z/osmf v3.1

2025-03-06 Thread Kurt Quackenbush
1 installation intact? In any case, feel free to reach out to me directly to continue this conversation in more detail. Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses CHECK

Re: Receiving PTFs from IBM

2025-05-23 Thread Kurt Quackenbush
s and customer firewalls or some such. I'm not privy to the details, but the support teams are engaged. In any case, try the eccg02.rochester.ibm.com server instead, as that server doesn't seem to have the same problem. Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  | 

Re: Receiving PTFs from IBM

2025-05-23 Thread Kurt Quackenbush
> Are you sure? > eccg02.rochester.ibm.com does not appear to exist on the public DNS system. > All common resolvers return NXDOMAIN. My typo, sorry about that. Here's the full, and correct, URL: https://eccgw02.rochester.ibm.com/services/projects/ecc/ws Kurt Quackenbush IBM 

Re: SysProg UID(0)?

2025-05-23 Thread Kurt Quackenbush
/3.1.0?topic=idsrizpus-driving-system-requirements-installing-zos-other-products-by-using-serverpac-portable-software-instance Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses CHECK when he applie

Re: CSRCMPSC Compression macro; Obtaining page-aligned storage using LE / Cobol

2025-05-29 Thread Kurt Quackenbush
the dictionary will be properly page aligned. https://www.ibm.com/docs/en/zos/3.1.0?topic=reference-order-statement Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses CHECK w

Re: zOSMF Datasets

2025-06-10 Thread Kurt Quackenbush
INGFIX to see if you're missing any other driving system requirements before proceeding. Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses CHECK when he applies PTFs. ---

Re: z/OS install question about zOSMF

2025-07-07 Thread Kurt Quackenbush
hope this helps. Do you have a more specific question or concern? Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses CHECK when he applies PTFs. -- For IBM-MAIN subscribe

Re: z/OS install question about zOSMF

2025-07-07 Thread Kurt Quackenbush
ws you exactly what will happen when you run the jobs. Go back and modify the configuration as many times as you need to get the Summary, and the generated jobs, correct before submitting any of the jobs. Reach out to me if you have more specific questions or confusion. Kurt Quackenbu

Re: FileZilla not connecting to z/OS V3.1 - it used to

2025-07-28 Thread Kurt Quackenbush
the list and see if it is blocked. Also check the settings for File Transfer Program. Change the settings as necessary. Kurt Quackenbush IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com Chuck Norris never uses CHECK when he applies P

<    1   2   3   4