Heelo,
i'd like to know how getting the % of free space in all the storage group . I can't find the option of dcollect to know it.
Thank's for your help.
%free of all the storage group by batch
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: %free of all the storage group by batch
One way would be to summarize the DCVFRESP and DCVVLCAP values for each volume (V records) in the storage group; once totaled the division gives you % free space.
Re: %free of all the storage group by batch
Hello, thank's for your help.
I'm looking a documentation about TSO MXI by batch but i can't : PGM=MXI
Do you have e link about it ?
Thank's.
I'm looking a documentation about TSO MXI by batch but i can't : PGM=MXI
Do you have e link about it ?
Thank's.
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: %free of all the storage group by batch
MXI is not an IBM product. Try http://www.rocketsoftware.com/products/rocket-mainstar/rocket-mainstar-mxi-zos for more information -- Rocket bought MXI a while back.
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: %free of all the storage group by batch
MXI at Rocketsoftware is the commercial product. You can find the old, but still mostly functional, freeware version here: http://www.cbttape.org/cbtdowns.htm as files 409 and 410. I just checked that the SMS Storgrp display still works in z/OS 2.3.
MXI is one of the best products I have come across. Well layed out displays and a very good REXX API, which can be used in batch. Unfortunately I could not convince my latest employer to buy the commercial version.
MXI is one of the best products I have come across. Well layed out displays and a very good REXX API, which can be used in batch. Unfortunately I could not convince my latest employer to buy the commercial version.
Re: %free of all the storage group by batch
Hello, thank's for thee link.
Could you pleause explain me haw can i read the file in the zipe file. I tied with NotePad ++ but i can't read the file.
I would like to have example in jcl batch like this (for example) it displays all the storagegroup :
Could you pleause explain me haw can i read the file in the zipe file. I tied with NotePad ++ but i can't read the file.
I would like to have example in jcl batch like this (for example) it displays all the storagegroup :
Code: Select all
//MXI01 EXEC PGM=MXI,PARM='BATCH'
//SYSPRINT DD *
//SYSIN DD *
SGRP *
/*
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: %free of all the storage group by batch
Newer Windows versions can open a zip file directly. Then you can use drag-and-drop to copy the data file i.e. FILE410.XMI to another directory. Alternatively install an un-zipper, i.e. WINZIP or 7-ZIP. Once you have the unzipped *.XMI file, it can be transferred to your z/OS using whatever file transfer you have available. The transfer must be binary and the target dataset must be FB,lrecl=80 and blkzise=3120. I think that the blksize may be larger, but I would stick with 3120.
Then use the TSO RECEIVE command to generate a library - i.e ISPF 3.4, line command RECEIVE INDA(/) , then reply with the target libraryname.
Then use the TSO RECEIVE command to generate a library - i.e ISPF 3.4, line command RECEIVE INDA(/) , then reply with the target libraryname.
Re: %free of all the storage group by batch
Hello,
when i transfet the file, i have an echec in the tranfert but i have the file in ZOS.
Then, i enter : RECEIVE INDA(/) in ISPF in front of the dsname XW40.MXI.FILE410
:
Then i have this message :
So i enter the library :
and i have this message :
So what can i do please? I did something wrong ?
when i transfet the file, i have an echec in the tranfert but i have the file in ZOS.
Then, i enter : RECEIVE INDA(/) in ISPF in front of the dsname XW40.MXI.FILE410
:
Code: Select all
receive inda(/) I.FILE410
Then i have this message :
Code: Select all
INMR901I Dataset CBT.V495.FILE410.PDS from SBGOLOB on N1
INMR906A Enter restore parameters or 'DELETE' or 'END' +
So i enter the library :
Code: Select all
xw4040.mxi.jcllib.file410
and i have this message :
Code: Select all
IKJ56712I INVALID KEYWORD, UT40.MXI.JCLLIB.FILE410
So what can i do please? I did something wrong ?
Re: %free of all the storage group by batch
Hello,
now i have this message :
and my library : XW0.MXI.FILE410.JCLLIB is empty
I think there's a problem in my transfert :
now i have this message :
Code: Select all
INMR901I Dataset CBT.V495.FILE410.PDS from SBGOLOB on N1
INMR906A Enter restore parameters or 'DELETE' or 'END' +
da('XW40.MXI.FILE410.jcllib') unit(tso)
INMR108I RECEIVE command terminated. Trailer record missing
***
and my library : XW0.MXI.FILE410.JCLLIB is empty

I think there's a problem in my transfert :
You do not have the required permissions to view the files attached to this post.
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: %free of all the storage group by batch
Did you preallocate the transfer dataset in z/OS (you should)? What are the specs for that dataset?
After transfer, browse the dataset, it must start with '&\INMR01' and end with '\INMR06 '.
After transfer, browse the dataset, it must start with '&\INMR01' and end with '\INMR06 '.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Is there a way to turn off the free=close bit
by jdechirico » Wed Apr 02, 2025 7:31 pm » in Assembler - 1
- 1116
-
by sergeyken
View the latest post
Wed Apr 02, 2025 8:08 pm
-
-
-
GROUP ID FOR TTY CANNOT BE OBTAINED.
by aarvalar1 » Sun Oct 20, 2024 11:03 pm » in Mainframe Security - 2
- 1756
-
by aarvalar1
View the latest post
Tue Nov 05, 2024 9:25 pm
-
-
- 1
- 5319
-
by Robert Sample
View the latest post
Tue Oct 04, 2022 7:36 pm
-
-
Converting universal groups to normal Racf group
by aarvalar1 » Thu May 23, 2024 10:15 pm » in Mainframe Security - 5
- 2734
-
by Robert Hansel
View the latest post
Wed Jul 24, 2024 5:12 pm
-
-
- 7
- 5192
-
by sergeyken
View the latest post
Fri Nov 13, 2020 1:24 am