Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ed_Arnold

Pages: 1 2 [3] 4 5 6 7 8 ... 80
31
z/OS Server / Re: CMOD for z/OS v10.5 load server
« on: July 21, 2023, 11:17:00 AM »
(Every disclaimer in the book here)

I think it should work.

The reason is that between 10.1 and 10.5 the underlying table defs haven't changed.

I haven't tested it, nor am I in a position to test.

Ed

32
z/OS Server / Re: ARSLOAD JCL Input from OMVS/USS
« on: July 19, 2023, 10:44:04 AM »
Also recommend you add the enhancement request here on the Enhancement Requests board:

http://www.odusergroup.org/forums/index.php/board,2.0.html

Ed

33
z/OS Server / Re: ARSLOAD JCL Input from OMVS/USS
« on: July 17, 2023, 10:12:35 AM »
No.

If you want it changed you need to submit an enhancement request via IBM Ideas:

https://ibm-data-and-ai.ideas.ibm.com/ideas

Ed

34
z/OS Server / Re: ARSMAINT - Catchup after migration
« on: July 12, 2023, 12:55:49 PM »
On z/OS there's the New Function APAR for OAM enables simulation of OAM functions including deletion:

http://www.odusergroup.org/forums/index.php/topic,3361.0.html

I have never used it myself.  You'll need to contact OAM support for details.

Ed

35
z/OS Server / Re: ARSLOAD JCL Input from OMVS/USS
« on: July 11, 2023, 10:32:22 AM »
> What is max length of filed that can be defined  in Application group  ?>

Are you asking the max length of a text field in the Application Group definitions?

I think if you go to the Administrative Client and look at the HELP for any field it'll tell you what the max is.

Ed

36
z/OS Server / Re: ARSLOAD JCL Input from OMVS/USS
« on: July 07, 2023, 08:33:29 AM »
If you go to this directory...

/usr/lpp/ars/V10R5M0/bin/xml/samples/

...you can look at samples of xml that will load.

The files with ebcdic in their name are easily viewable.

I see that your load has a capital E in the parms:

https://www.ibm.com/docs/en/cmofm/9.5.0?topic=arsload-parameters

Could that be getting in the way?

Ed

37
z/OS Server / Re: ARSLOAD JCL Input from OMVS/USS
« on: July 06, 2023, 10:32:18 AM »
Here's my JCL for loading the ODF IVP:

//STEP1     EXEC PGM=ARSLOAD,REGION=0M,                         
//       PARM=('/-h ARCHIV3 -u odv733  -p /ars/stash -nfv         
//              -g "Daily sales invoices" /tmp/salesinvoice')   
//STEPLIB    DD DISP=SHR,DSN=ARS.ARSV1050.SARSLOAD               
//           DD DISP=SHR,DSN=DB2.V12R1M0.SDSNEXIT               
//           DD DISP=SHR,DSN=DB2.V12R1M0.SDSNLOAD               
//           DD DISP=SHR,DSN=DB2.V12R1M0.SDSNLOD2               
//ARSBIN     DD PATH='/usr/lpp/ars/V10R5M0/bin'                   
//SYSPRINT   DD SYSOUT=*,DCB=(RECFM=FBA,LRECL=134,BLKSIZE=134)   
//*YSTCPT    DD SYSOUT=*     /* 2/23/19 debug parm */   
//SYSOUT     DD SYSOUT=*                                         
//STDERR     DD SYSOUT=*                                         
//STDOUT     DD SYSOUT=*                                         
//SYSUDUMP   DD SYSOUT=*                                         


Ed

38
Windows Client / Re: Use of ARSOLE.OCX
« on: June 20, 2023, 08:42:05 AM »
Yes, replying to an old post.

arsole.ocx is now fully supported in the 64 bit version of the client.

Ed

39
Recommend you open up a Sev 4 (Usage) case with CMOD support.

I'm not 100% clear on what you're trying to do and I'll probably want you to send in some doc.

Ed

40
...

That issue aside...  XML is already supported by CMOD...  Why not use the native support to store the XML?

-JD.

It's been a long time but I loaded up a sample file which you can take a look at here:

http://www.odusergroup.org/forums/index.php/topic,2336.msg8998.html#msg8998

Ed

41
https://www.ibm.com/support/pages/apar/OA63954

OA63954: THE CBRHADUX NOTIFY DATA SET MAY BE POPULATED DURING OSMC SIMULATION PROCESSING EVEN THOUGH NO OBJEC 22/10/20 PTF PECHANGE

A fix is available

Obtain the fix for this APAR.

APAR status
Closed as program error.
Error description
PE Information:

PE INFORMATION:

USERS AFFECTED:

Users at z/OS 2.3, 2.4 or 2.5 with APAR OA61787 installed who utilize the new SIMULATE option on the F OAM,START,STORGRP,xxxxxxx command. For example:

F OAM,START,STORGRP,xxxxxxxx,SIMULATE

where xxxxxxxx is an Object Storage Group

z/OS 2.3 UJ08028
z/OS 2.4 UJ08029
z/OS 2.5 UJ08030

USER IMPACT:

APAR OA61787 introduced the SIMULATE option on the F OAM,START,STORGRP command (for example, F OAM,START,STORGRP,GROUP01,SIMULATE) but also introduced an exposure.

When this command is used with the SIMULATE option, OSMC simulates expiration of objects but does not actually delete any objects.

During the simulation of expiration processing, CBRHADUX is called and if it approves the deletion of an object, will populate the NOTIFY data set with that object's collection and object name.

Applications who use the contents of the NOTIFY data set to determine what objects have been deleted by OAM may update their applications with this information even though OAM has not actually deleted any objects due to this being a simulation.

Local fix

BYPASS/CIRCUMVENTION:

Do not execute the F OAM,START,STORGRP command with the SIMULATE option.

RECOVERY ACTION:

Due to this exposure, if the NOTIFY data set was populated with objects that OAM did not actually delete and an application used this data to update/remove reference's within the application to those objects, work with that application to reverse those updates.

Problem summary

****************************************************************
* USERS AFFECTED:                                              *
* OAM Object Support Users with OA61787                        *
* Applied and are using the OSMC Simulation                    *
* function.                                                    *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* OA61787 introduced the OSMC Simulation                       *
* function that calls CBRHADUX which may                       *
* populate the NOTIFY data set.                                *
****************************************************************
* RECOMMENDATION:                                              *
****************************************************************


Problem conclusion

The CBRHADUX call for the OSMC Simulation function is removed.

The z/OS MVS System Messages, Vol 4 (CBD-DMO)(SA38-0671-50) "CBR Messages" section will be updated for this APAR.

On Page 1085, for message CBR9390I, add the below "Note" before "The column headings in the label lines of the messages are:":

Note: The projected numbers for DELETEs and DIR UPDTS are given with the assumption that the CBRHADUX auto-deletion user exit allows OSMC to delete objects.

Temporary fix

*********
* HIPER *
*********

42
https://www.ibm.com/support/pages/apar/OA61787

Problem summary
****************************************************************
* USERS AFFECTED:                                              *
* OAM Object Support customers.                                *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* OSMC Simulation function is required                         *
* by customers.                                                *
****************************************************************
* RECOMMENDATION:                                              *
****************************************************************

Problem conclusion
OSMC Simulation function is implemented.

The z/OS MVS System Messages, Vol 4 (CBD-DMO) (Publication
numbers: SA38-0671-30) and the z/OS DFSMS OAM Planning,
Installation, and Storage Administration Guide for Object
Support (Publication numbers: SC23-6866-30) will be updated with
new added function.

For details on the updates, please see the publication update
documents located at the following link -->
https://public.dhe.ibm.com/eserver/zseries/zos/DFSMS/OAM/OA61787
Temporary fix
Comments
×**** PE22/10/20 FIX IN ERROR. SEE APAR OA63954  FOR DESCRIPTION

43
https://www.ibm.com/support/pages/apar/OA62374

****************************************************************
* USERS AFFECTED:                                              *
* OAM object users at 2.4 release and higher utilizing OSMC.   *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* New function adds OSMC toggles that  allow enable/disable of *
* the following:                                               *
*                                                              *
* Storage group cycle processing                               *
* Expiration processing                                        *
* Shelf manager processing                                     *
* Recall only processing                                       *
****************************************************************


44
Looking up 159 in /usr/include/errno.h  gives me

#define EMVSPFSFILE     159  /* Permanent file error       */
#define ECMSPFSFILE     159  /* CMS BFS file error         */

But I agree with Justin, get current on service.

Ed

45
Report Indexing / Re: CodePage Issue Line Data
« on: March 09, 2023, 11:39:02 AM »
Better open a case with CMOD support.

Ed Arnold

Pages: 1 2 [3] 4 5 6 7 8 ... 80