Re: Show disk usage in TK4-
Indeed, the LISTVOL is in TK4- listvol VOLUME? DEV USAGE OPN ------ FREE ------ --CONTG-- NAME? NMBR COUNT CNT CYLS TRKS NUM DSCB CYLS TRKS SORT01? 131???? 0?? 0 0199 0000 001 0473 0199 0000
By
Rob Prins
·
#1880
·
|
Re: Show disk usage in TK4-
I use the LISTVOL command on TSO for this - not sure if it is on TK4- or not. Cheers, Greg
By
Greg Price
·
#1879
·
|
Re: [Marketing Mail] Re: [H390-MVS] Show disk usage in TK4-
Jeff, Sure. But you can pretend that they are 15 and the math pretty much works the same ... Joe wrote:
By
Joe Monk
·
#1878
·
|
Re: [Marketing Mail] Re: [H390-MVS] Show disk usage in TK4-
Joe, 3350 is 30 trks/cyl I agree ¨C everything since 3380s ¨C it is 15 TRKS/Cylinder ¨C so everything NOW ¨C remember ¨C we use 3350 a lot in the older MVS systems. -J- Sent: Saturday, December
By
Jeff Bassett
·
#1877
·
|
Re: Show disk usage in TK4-
Patrik, Youre conflating a couple of concepts. 1 is LRECL - this is the size of 1 record 2 is BLKSIZE - this is the size of 1 block The only reason we care about bytes in the mainframe world is for
By
Joe Monk
·
#1876
·
|
Re: [Marketing Mail] Re: [H390-MVS] Show disk usage in TK4-
Patrick, Well - your comment of being helpful to a rookie.... You see, in the MAINFRAME world (except now z/LINUX) - allocation is done in three ways BLKs - BLOCKS - TRKS - tracks CYL - cylinders - So
By
Jeff Bassett
·
#1875
·
|
Re: Show disk usage in TK4-
Hello Chris, Am 05.12.2020 um 18:01 schrieb cjar1950 via groups.io <cjar1950@...>: So I need to manually make a list of online DASDs, and have your example extended to several jobsteps
By
Patrik Schindler
·
#1874
·
|
Re: Show disk usage in TK4-
Hello Rahim, Am 05.12.2020 um 22:21 schrieb Rahim Azizarab via groups.io <rahimazizarab@...>: What do you mean with ?for Hercules¡°? Hercules is an Emulator. I¡¯m searching for
By
Patrik Schindler
·
#1873
·
|
Re: Show disk usage in TK4-
Hello Jay, Am 05.12.2020 um 22:32 schrieb Jay Moseley <JayMoseley@...>: Thanks a lot, will do and report back. From the sample output, it¡¯s not too helpful for a rookie like me: I don¡¯t
By
Patrik Schindler
·
#1872
·
|
Re: Show disk usage in TK4-
Patrik, Take a look at http://jaymoseley.com/hercules/cbt_ware/ibhlspac.htm Jay
By
Jay Moseley
·
#1871
·
|
Re: Show disk usage in TK4-
I was contemplating coming up with a DF command for Hercules; but I just found a way of telling exactly how much how much space is used on my dasd.? All I had to do was to go to directory where my
By
Rahim Azizarab
·
#1870
·
|
Re: Show disk usage in TK4-
According to Jay's website : "SYSUT1 must point to an actual dataset; it is not opened, but is used as a model to extract information about the datasets on the selected volumes." Rene FERLAND,
By
Ren¨¦ Ferland
·
#1869
·
|
Re: Show disk usage in TK4-
[email protected]> wrote: I forget the details, but I've seen a similar job use one dataset DISP=SHR before. I can't remember the reason As I remember it, you can have several DD cards for
By
Rupert Reynolds
·
#1868
·
|
Re: Show disk usage in TK4-
Rahim, This is just some JCL I got from Jay Moseley's site. Tested it on TK4-, and it performed. Chris -- <cjar1950@...>
By
cjar1950@...
·
#1867
·
|
Re: Show disk usage in TK4-
Strange!!!??? What is Sys1.Proclib doing in the JCL? //DISKMAP? JOB (001),'DISKMAP', //? ? ? ? ? ? CLASS=A,MSGCLASS=A //DISKMAP EXEC PGM=DISKMAP,REGION=1024K //SYSPRINT DD? SYSOUT=*
By
Rahim Azizarab
·
#1866
·
|
Re: Show disk usage in TK4-
Patrik, You might find DISKMAP of use. //DISKMAP JOB (001),'DISKMAP', // CLASS=A,MSGCLASS=A //DISKMAP EXEC PGM=DISKMAP,REGION=1024K //SYSPRINT DD SYSOUT=* //SYSUT1 DD DSN=SYS1.PROCLIB,DISP=SHR //DD1
By
cjar1950@...
·
#1865
·
|
Show disk usage in TK4-
Hello, today I was wondering, how much unallocated space I have available on the various volumes of the current TK4-. Interestingly, after 15 Minutes of online research, I have not found something
By
Patrik Schindler
·
#1864
·
|
Re: IBM Assembler History
Hi Harold yes, thanks.? I do follow the groups.io forum about SATK, although I have not played with it. From the examples I gather that ASMA/SATK does not have a syntax that is different from the
By
Marco Antoniotti
·
#1863
·
Edited
|
Re: IBM Assembler History
Harold Grovesteen wrote: Highly recommended! -- "Fish" (David B. Trout) Software Development Laboratories http://www.softdevlabs.com mail: fish@...
By
Fish Fish
·
#1862
·
|
Re: IBM Assembler History
These days there is also SATK with its ASMA assembler, written in Python and runs anywhere Python does. https://github.com/s390guy/SATK Harold Grovesteen
By
Harold Grovesteen
·
#1861
·
|