Re: SMF 80, mapping macro - where is it?

2024-11-06 Thread Steve Beaver
Grace. Suggestion. Use IFASMFPA and extract the 80 records in to a file. Then use IDCAMS and print 50 records Then use REXX to process the file Sent from my iPhone No one said I could type with one thumb > On Nov 6, 2024, at 14:31, Steve Beaver wrote: > > MACLIB or AMODGEN > > > Sent

Re: SMF 80, mapping macro - where is it?

2024-11-06 Thread Steve Beaver
Sorry IFASMFDP Sent from my iPhone No one said I could type with one thumb > On Nov 6, 2024, at 14:54, Steve Beaver wrote: > > Grace. Suggestion. Use IFASMFPA and extract the 80 records in to a file. > Then use IDCAMS and print 50 records > > Then use REXX to process the file > > > >

Re: SMF 80, mapping macro - where is it?

2024-11-06 Thread Steve Beaver
MACLIB or AMODGEN Sent from my iPhone No one said I could type with one thumb > On Nov 6, 2024, at 14:25, Peter Vels > <05bb014f92b6-dmarc-requ...@listserv.ua.edu> wrote: > > https://www.ibm.com/docs/en/zos/3.1.0?topic=macros-ifasmfr-addressing-smf-record-fields > > IFASMFR 80 > >>

Re: Calculating used dataset space

2024-11-06 Thread Dave Gibney
I ran DCOLLECT daily (to a GDS) as part of storage tracking. I don't think you will find accurate/useable data in SMF. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Jack Zukt > Sent: Wednesday, November 6, 2024 12:21 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject

Re: How do I raise an idea on Security server?

2024-11-06 Thread David Geib
https://ibm-z-hardware-and-operating-systems.ideas.ibm.com/ -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Calculating used dataset space

2024-11-06 Thread Steve Estle
Jack, I might be missing something here, but do you have backups of the datasets from when you want space information? If so, you can restore datasets (ADRDSSU or equivalent) and then measure usage using standard tools - ISPF, ISMF, etc. Possibly I'm misunderstanding but perhaps this is quicke

Re: Calculating used dataset space

2024-11-06 Thread Jack Zukt
Hello Steve, I do not know if there are backups to be restored. If there are it will be worth a try. Thank you for the suggestion. Regards Jack On Wed, Nov 6, 2024, 19:51 Steve Estle < 05dcac13570d-dmarc-requ...@listserv.ua.edu> wrote: > Jack, > > I might be missing something here, but do you

Re: SMF 80, mapping macro - where is it?

2024-11-06 Thread Peter Vels
https://www.ibm.com/docs/en/zos/3.1.0?topic=macros-ifasmfr-addressing-smf-record-fields IFASMFR 80 On Thu, 7 Nov 2024 at 05:13, Grace Godfrey < 072e3a8a3050-dmarc-requ...@listserv.ua.edu> wrote: > Hello, > > I'm working on SMF 80 situation and need the mapping macro. Does anyone > know t

Re: Wiping old magnetic disks (Was Re: OFF TOPIC - DELETING ALL FILES SOFTWARE FROM A LAPTOP)

2024-11-06 Thread Thomas Berg
Really, reading this thread I would say: Make a furnace and melt the whole disk. No forensic can find anything in that. Saves a LOT of time (no search for and install of software, no time to run that, no cutting, grinding, hammering). Thomas Berg Den ons 6 nov. 2024 08:55Paul Gilmartin <

Re: Copy a VSAM dataset from an old system

2024-11-06 Thread David Spiegel
*IMPORT CONNECT On 11/6/2024 06:58, Seymour J Metz wrote: Why can't you DEFINE CONNECT the old catalog and define an alias? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר From: IBM Main

Re: Wiping old magnetic disks (Was Re: OFF TOPIC - DELETING ALL FILES SOFTWARE FROM A LAPTOP)

2024-11-06 Thread Seymour J Metz
Fe2O3 + 2 Al → 2 Fe + Al2O3 --  Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר From: IBM Mainframe Discussion List on behalf of Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu>

Re: Extended linkage index - documentation? PC routine definition problem>

2024-11-06 Thread Peter Relson
Problem solved by LOAD . . . GLOBAL=(YES,F) macro / parameter. Another sidebar consideration: When LOADing a module into common storage, the module cannot be linked with PAGE or an ABEND 306-10 is issued. z/OS is probably trying to conserve space. If you truly wanted SSWITCH=NO then, yes,

Re: Copy a VSAM dataset from an old system

2024-11-06 Thread David Spiegel
Hi Gadi AMV"SH, Here is sample JCL (assuming that you can use DFSMSdss) //DSSCOPY EXEC PGM=ADRDSSU ,REGION=0M,PARM='TYPRUN=NORUN' //SYSPRINT DD SYSOUT=* //ODD  DD DISP=SHR,UNIT=SYSALLDA,VOL=SER=xx //SYSIN    DD *  COPY -   DS( - INCL( - SYS1.IODF00 

Re: Copy a VSAM dataset from an old system

2024-11-06 Thread גדי בן אבי
I tried that, but once I found a good backup, it was just easier to use it. Gadi -Original Message- From: IBM Mainframe Discussion List On Behalf Of Seymour J Metz Sent: יום ד 06 נובמבר 2024 13:59 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Copy a VSAM dataset from an old system Why can

Re: Copy a VSAM dataset from an old system

2024-11-06 Thread Seymour J Metz
Why can't you DEFINE CONNECT the old catalog and define an alias? --  Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר From: IBM Mainframe Discussion List on behalf of גדי בן אבי Sent: Wednes

Re: Copy a VSAM dataset from an old system

2024-11-06 Thread Binyamin Dissen
How about DEFINE CLUSTER RECATALOG? On Wed, 6 Nov 2024 09:42:20 + גדי בן אבי wrote: :>Hi, :>I need to copy a VSAM dataset, an IODF in this case from an old system. :>I have access to the volume where the dataset is allocated and to the catalog where the dataset is cataloged. :> :>I can use

Copy a VSAM dataset from an old system

2024-11-06 Thread גדי בן אבי
Hi, I need to copy a VSAM dataset, an IODF in this case from an old system. I have access to the volume where the dataset is allocated and to the catalog where the dataset is cataloged. I can use LISTCAT to see information about the dataset in the catalog. How can I catalog the datasets in my cu

Storage used by CLIST(‘s)

2024-11-06 Thread Joseph Reichman
Hi I have a TSO TEST break point at which I would like to test a certain condition TEST gives you the option at a breakpoint to run one of thread types of programs 1) clist 2) Rexx 3) regular programs Clist seems to be the most useful as it lets you trap TEST subcommands in variables A

Re: [EXTERNAL] Re: Wiping old magnetic disks (Was Re: OFF TOPIC - DELETING ALL FILES SOFTWARE FROM A LAPTOP)

2024-11-06 Thread Pommier, Rex
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: Wednesday, November 6, 2024 1:55 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: Wiping old magnetic disks (Was Re: OFF TOPIC - DELETING ALL FILES SOFTWARE FROM A LAPTOP) On Tue, 5 Nov 202

Re: 32 bit

2024-11-06 Thread Charles Mills
Well, @Captain, I stand corrected. (That was me in error.) Charles On Wed, 6 Nov 2024 13:20:58 -0800, Tom Ross wrote: >>On Sun, 3 Nov 2024 14:59:20 -0600, Paul Gilmartin wr= >>ote: >> >>>It would be a disservice to customers to retire 24-bit support berore >>>all IBM programming interfaces s

Re: Calculating used dataset space

2024-11-06 Thread Jack Zukt
I Dave Ta Thank you for your suggestion. We run an hourly dcollect for storage group space analysis, and a weekly full one for other type of analysis. Unfortunately what I need is the total for a couple of HLQ, all sequential, on four specific dates. And they are spread over several storage goups.

Re: How do I raise an idea on Security server?

2024-11-06 Thread Colin Paice
Thank you - it worked Colin On Wed, 6 Nov 2024 at 21:13, David Geib wrote: > https://ibm-z-hardware-and-operating-systems.ideas.ibm.com/ > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to li

Are there header files for IPCS macros

2024-11-06 Thread Colin Paice
Has anyone got C header files for IPCS? I wrote a verbexit many years ago - but that was in PLX. Has anyone done it in C? Would header files for IPCS be generally useful? Colin -- For IBM-MAIN subscribe / signoff / archive a

Re: Calculating used dataset space

2024-11-06 Thread Jack Zukt
Thanks for the tip Willy but the datasets have since been deleted. I am afraid that I will have to work with SMF records. Type 15 is the only one that comes to my mind. It will be only sequential datasets to search for. Regards Jack On Wed, Nov 6, 2024, 13:38 Willy Jensen wrote: > CBT program VT

SMF 80, mapping macro - where is it?

2024-11-06 Thread Grace Godfrey
Hello, I'm working on SMF 80 situation and need the mapping macro. Does anyone know the shipped PDS name? The situation is two dates inside the SMF 80 record. 2024-08-20 15:20 (date of the SMF file) and 2024-08-18 05:35:38, days before the SMF 80 REMOVE event happened. My reporting

Re: SMF 80, mapping macro - where is it?

2024-11-06 Thread René Jansen
Another interesting approach is to assemble the macro, have HLASM generate ADATA and run the IBM Java record mapper on it. At least, if the assembly list does not tell you already what you want. If someone needs JCL, you can contact me directly. best regards, René. > On 6 Nov 2024, at 20:03, G

Re: Copy a VSAM dataset from an old system

2024-11-06 Thread גדי בן אבי
Thanks everyone. I managed to find an exported copy of the IODF on another system, so I used that. Gadi -Original Message- From: IBM Mainframe Discussion List On Behalf Of Binyamin Dissen Sent: יום ד 06 נובמבר 2024 12:06 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Copy a VSAM dataset fr

Re: 32 bit

2024-11-06 Thread Tom Ross
>On Sun, 3 Nov 2024 14:59:20 -0600, Paul Gilmartin wr= >ote: > >>It would be a disservice to customers to retire 24-bit support berore >>all IBM programming interfaces support AMODE 31. > >Do *any* of the modern compilers (C, COBOL, PL/I) "support 24-bit addressin= >g"? What would that mean, exact

Re: SMF 80, mapping macro - where is it?

2024-11-06 Thread Grace Godfrey
Thank you Peter and Steve! You guys are awesome! I'm off to work on it. Grace -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Copy a VSAM dataset from an old system

2024-11-06 Thread Itschak Mugzach
may be repro to sequential, copy sequential to new system, define the new one, report from sequential? ITschak *| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere Platform* *|* *Information Security Continuous Monitoring for Z/OS, zLinux and IBM I **| * *|* *Email**: i_mugz..

Re: SMF 80, mapping macro - where is it?

2024-11-06 Thread Steve Beaver
Pete and I are here to assist in anyway Sent from my iPhone No one said I could type with one thumb > On Nov 6, 2024, at 15:33, Grace Godfrey > <072e3a8a3050-dmarc-requ...@listserv.ua.edu> wrote: > > Thank you Peter and Steve! You guys are awesome! I'm off to work on it. > Grace >