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
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
>
>
>
>
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
>
>>
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
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
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
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
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
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 <
*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
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>
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,
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
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
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
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
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
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
-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
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
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.
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
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
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
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
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
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
>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
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
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..
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
>
31 matches
Mail list logo