Because it was written very early in the 360 era.
On Wed, Dec 5, 2018 at 10:35 AM Paul Gilmartin
<000433f07816-dmarc-requ...@listserv.ua.edu> wrote:
>
> On Wed, 5 Dec 2018 10:15:21 -0600, Tom Marchant wrote:
> >
> >>the programmer must
> >>indicate to IEBGENER how much storage it needs.
> >
>
We had to dump the z/OS Tivoli backup for Lan. They dropped large
block support and the backups took 10 times as long and did not
complete before the next business day (5pm - 8am). Went back to the
previous version then switched to software on the LAN.
On Fri, Dec 7, 2018 at 11:51 AM Jack J. Woeh
I am not sure, but see if HercPrt can do what you want. Set up a
printer to a TCP/IP address and port and set your HercPrt software to
receive, then print the file to the printer.
On Wed, Dec 12, 2018 at 5:00 AM venkat kulkarni
wrote:
>
> Hello Group,
>
> Is there any way to offload reports from
IDCAMS DCOLECT VOLS(*) will give you the volume data you need.
Other record types can give you the cataloged data sets.
On Wed, Dec 12, 2018 at 12:41 PM Matt Hogstrom wrote:
>
> Is there a callable API that returns the list of online volumes to LPARs in a
> Sysplex? I assume one could route a co
We had 4 CFs. Two for the TestPlex and two for the Production Plex.
On Tue, Dec 18, 2018 at 10:37 AM Allan Staller wrote:
>
> I am in the process or reconfiguring from a Single CF to multiple CFs (per
> partition) to eliminate the single point of failure.
> The subject of CFCC Thin Interrupts h
Depends on the number of datasets you want to put on the volume. 1
track to a JES2 spool volume with a handful of datasets, or 2944 VTOC
tracks for a Mod 9 filled with 1 track data sets.
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.ickug00/ick40744.htm
On Sat, Dec
So we should be able to run it under Hercules too?
On Mon, Dec 24, 2018 at 4:46 PM Robert Prins wrote:
>
> From news://comp.compilers:
>
> Forwarded Message
> Subject: Retrocomputing: SUNY Stony Brook Pascal compiler written in XPL
> Date: Mon, 24 Dec 2018 02:36:08 -0800 (PST)
One major consideration should be who sets the time zone. Many
mainframes support users in multiple time zones. So ideally the
mainframe should be set to UTC then the macro should convert to the
local time of the individual application / user.
On Fri, Dec 28, 2018 at 1:47 PM Peter Relson wrote:
Last video might be a demo. Several install videos.
https://www.youtube.com/channel/UC-WTXQQtz2m5iTflJLK59aw/videos
On Mon, Jan 7, 2019 at 12:06 AM Farley, Peter x23353
wrote:
>
> Matt,
>
> Thanks for the extended and detailed response. There are many of us out here
> who are still wondering
One option is to bring up the new z/OS on the z14 and restore the
applications and test and recompile as needed then freeze the data and
run from the new system.
On Mon, Jan 7, 2019 at 7:48 AM Edgington, Jerry
wrote:
>
> Thanks everyone.
>
> Our current situation is, we have zBC10 running z/OS v1
I would like to make a suggestion. REGION=xxx and other settings
should remain the same. If you specify REGION=(#K,#M,#G), where you
are requesting 24, 31, and 64 bit memory amounts subject to other
suffixes and normal override measures.
On Tue, Jan 8, 2019 at 4:08 PM wrote:
>
> Jesse,
>
> Whi
;
>
> On Wed 9 Jan, 2019, 2:52 AM Mike Schwab
> > I would like to make a suggestion. REGION=xxx and other settings
> > should remain the same. If you specify REGION=(#K,#M,#G), where you
> > are requesting 24, 31, and 64 bit memory amounts subject to other
> > suffixes
Fetch usually fails with INSUFFICIENT MEMORY. Increase region size.
If you don't have one, look at the memory stats at the end of step
messages to see what was used and double. Otherwise suggest REGION=4M,
5M, 6M, 7M, 20M, 32M, 64M, etc.
On Wed, Jan 9, 2019 at 12:26 PM Peter Relson wrote:
>
> I
P + X'325195')
>
>R1: 7F5F7DF0 (1,085,968 bytes of storage addressable)
>
>R2: 0418FE08 (Module IGC0101C + X'12E08' - storage invalid)
>
>R3: (2,048 bytes of storage addressable)
>
>R4: 007C5F68 (237,720 bytes of storage addre
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieab600/iea3b6_Example_3.htm
I would check each step after the backup with
//NOTIFYB IF (ABEND OR TSOBATCH.RC > OR BKDSN.RC > 0004) THEN
//ALERTBEXEC PGM=CICCRE01
//SYSPRINT DD SYSOUT=*
//NOTIFYXB ENDIF
and
https://www.ibm.com/us-en/marketplace/ts1160/specifications
On Thu, Jan 17, 2019 at 7:48 AM R.S. wrote:
>
> Recently IBM announced new tape drive - TS1160 and new tape media
> Advanced Type E family (JE, JV, JM - Data, WORM, Economy).
> I cannot find technical parameters like number of tracks, nu
First thing is it loads the address of the next instruction into R14.
It then jumps to that location. Doesn't that cause some processors to
sync up the cache and instruction pipelines?
A BALR Rxx,0 would do the same thing but not perform the jump or
syncs, and is the usual statement before a USIN
Each compile unit should tell you how big the working storage area is
for those program(s).
The link editor to store the compile unit should tell you the
attributes, and viewing or listing the individual program members.
On Sun, Jan 27, 2019 at 10:22 AM Lizette Koehler
wrote:
>
> Yep, another que
I think you can REJECT specific PTFs.
On Tue, Jan 29, 2019 at 10:07 AM Bob Bridges wrote:
>
> I'm the Top-Secret admin for a client whose system programmer retired a
> couple years ago. The client tapped another employee to take his place, and
> she's learning the job with frantic haste but in
What is the percent busy at peak times? How big a percent do you
need? 10% for the ICF partition? Would you save that much by
converting Ring to Star?
On Wed, Jan 30, 2019 at 12:07 AM Brian Westerman
wrote:
>
> No, just one single CP, no specialty processors are available.
>
> Brian
>
> --
Double check the Catalog lists and the DSN / VOLSER between the
problem LPAR and the working LPAR. I suspect it might be a
development LPAR with different DSNs. Maybe check with IPLINFO too?
On Thu, Jan 31, 2019 at 12:45 PM Shaffer, Terri
<017d5f778222-dmarc-requ...@listserv.ua.edu> wrote:
>
I think they do a remote control of the HMC from another PC.
On Fri, Feb 1, 2019 at 4:11 AM ITschak Mugzach wrote:
>
> I know, but there is a virtual appliance for rs6000. I need a hmc to
> develop an agent for our stig compliance automation product IronSphere, but
> zpdt (our mainframe) doean't
Well, the IBM S/360 and earlier had control panels.
This IBM S/370 is still running a 3277 operator console.
https://www.youtube.com/watch?v=HETSEyIPuv0
On Sat, Feb 2, 2019 at 5:00 AM R.S. wrote:
>
> W dniu 2019-02-02 o 01:42, Tony Harminc pisze:
> > On Fri, 1 Feb 2019 at 09:29, R.S. wrote:
> >>
They had an outage last week too???
https://www.msn.com/en-us/money/companies/wells-fargo-customers-furious-over-second-service-outage-in-a-week/ar-BBTijJE?ocid=st
I did see story about dust setting off the fire alarm.
I read a story a few months ago. If you keep the O2 percent down to
15%, you
What serial number does he use if he doesn't have a z## processor? He
only wants to test with the HMC.
On Thu, Feb 7, 2019 at 11:36 PM Timothy Sipples wrote:
>
> ITschak Mugzach wrote:
> >What is the IBM product id of the HMC for system z? We would like
> >to order one from IBM.
>
> The HMC is a
Looks like you regressed your JVM from 1.8.0_181 8.0.5.20 (worked) to
1.8.0_171 8.0.5.15 (failed).
Maybe a steplib or someone had a problem
On Fri, Feb 8, 2019 at 5:21 AM Richards, Robert B.
<01c91f408b9e-dmarc-requ...@listserv.ua.edu> wrote:
>
> Has anyone else seen this recently? It wor
https://en.wikipedia.org/wiki/Timeline_of_operating_systems
Possible matches:
1955 General Motors Operating System for IBM 701.
1956 GM-NAA I/O for IBM 704.
On Fri, Feb 8, 2019 at 6:55 PM Pew, Curtis G
wrote:
>
> Since it’s Friday, I’ll go ahead and ask about this.
>
> My father, who passed away
Mirroring the DASD to the backup site.
On Mon, Feb 11, 2019 at 4:50 PM Jesse 1 Robinson
wrote:
>
> I have nothing but admiration for a shop that can slosh workload back and
> forth between two data centers. There are those that can and those (like us)
> that cannot. How does one get from the fi
witching back and forth between data
> centers unless there's some secret trick(s) I don't know about.
>
> .
> .
> J.O.Skip Robinson
> Southern California Edison Company
> Electric Dragon Team Paddler
> SHARE MVS Program Co-Manager
> 323-715-0595 Mobile
> 626-543
On the sending DASD there is a 1 bit per track table of updated
tracks. When each track is sent the bit is reset. When it gets
caught up it sets a sync point.
On Wed, Feb 13, 2019 at 9:44 PM Peter wrote:
>
> Hi
>
> One of our DS box in DR had a power failure last night and our production
> LPAR
Starts with the Jacquard loom using punched cards,
Babich's unfinished difference engine, and
Holreith's punched cards for the 1890 census.
https://www.youtube.com/watch?v=R7-a7kzlk9g
--
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?
---
Is Java installed?
https://www.mail-archive.com/search?l=ibm-main@listserv.ua.edu&q=subject:%22Re%5C%3A+GIM69209S+%5C%2A%5C%2A+RECEIVE+PROCESSING+HAS+FAILED+BECAUSE+PROGRAM+GIMJVCLT+COULD+NOT+BE+Started.%22&o=newest&f=1
On Mon, Feb 18, 2019 at 2:49 AM Gadi Ben-Avi wrote:
>
> Hi,
> I am trying to
http://www.redbooks.ibm.com/abstracts/sg247804.html?Open
Redbook from 2010, so a few versions out of date.
On Tue, Feb 19, 2019 at 7:38 PM Tony Thigpen wrote:
>
> It suddenly dawned on me that I was miss-understanding "logical address
> (same as CUADD)". I was reading it as "logical address whic
After skipping over the movie references, I stumbled upon
https://docs.oracle.com/cd/E74851_02/fscm92/lcf92lcfs-b092018.pdf
Oracle's PeopleSoft Financials and Supply Change Management 9.2 with a section:
Original location: https://github.com/majek/csiphash/ Solution
inspired by code from: Samuel
JES3 will not start your job until datasets are released and space is
available. JES2 starts your job then waits until the datasets are
available, and you can run out of space.
On Wed, Feb 27, 2019 at 10:18 AM Savor, Thomas (Alpharetta)
wrote:
>
> >That means a) IBM has until September 2023 to f
Especially since zIIPs are faster but cost lest, and CPs are slower.
One nice feature about reduced speed CPs is any delay waiting for
resources are not counted toward your reduced speed for a CP.
On Sat, Mar 2, 2019 at 2:49 PM Martin Packer wrote:
>
> Agreed. I - for maybe 20 years - have recomm
Just get magnetic lights prewired to connector.
https://www.amazon.com/s?k=magnetic+trailer+lights&ref=nb_sb_noss_1
On Thu, Mar 7, 2019 at 4:13 PM Schuffenhauer, Mark wrote:
>
> They still use bayonet bases for 12 volt lighting. I have also seen interior
> 12 volt lighting with bayonet bases.
On the full speed box the delays will be real. On the faster
kneecapped box the delays will be counted as part of the kneecapping.
On Mon, Mar 11, 2019 at 3:40 PM Edward Finnell
<000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote:
>
> Is the overhead noticeable from a thruput standpoint?
>
> S
PIC is Program Interuption Code. Printed page 72 of
GA22-7000-4_370_Principles_Of_Operation_Sep75.pdf shows this to be
page translation error. That means the logical page references is not
in CORE (RAM). The operating system need to read in the logical
memory from paging files and retry the ins
http://www.jaymoseley.com/hercules/cbt_ware/tapemap.htm is a good example.
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieab600/iea3b6_Syntax43.htm
If you are using a modern z/OS that has promoted DCB parameters, IBM's
suggestion is to take it out of the LABEL param
Several TN3270E emulators offer file transfer windows. Doesn't Rocket
Software offer something similar?
On Wed, Mar 13, 2019 at 2:09 PM Don Leahy wrote:
>
> "Withdrawal of ISPF Workstation Agent (WSA)
>
> z/OS V2.4 is planned to be the last release to support the ISPF Workstation
> Agent (WSA),
They got rid of Unformatted System Services?
On Sun, Mar 17, 2019 at 3:05 PM Paul Gilmartin
<000433f07816-dmarc-requ...@listserv.ua.edu> wrote:
>
> On Sun, 17 Mar 2019 15:45:11 -0400, scott Ford wrote:
>
> >Very funny Rad ..USS wars is about right ...lol
> >
> >On Sat, Mar 16, 2019 at 4:27 PM
> Francaise. Cannot happen.
> >
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> > On Behalf Of Paul Gilmartin
> > Sent: Sunday, March 17, 2019 3:20 PM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> >
Here is the current LSPR page. It rates mainframe models by
processors and speed.
https://www-01.ibm.com/servers/resourcelink/lib03060.nsf/pages/lsprITRzOSv2r2?OpenDocument
On Thu, Mar 21, 2019 at 9:26 AM johnnydeep san wrote:
>
> Hello all,
>
> Just small question , I would like to know how ma
Do you have the Redbook?
http://www.redbooks.ibm.com/abstracts/sg247851.html?Open
On Thu, Mar 21, 2019 at 12:50 PM Bill Giannelli wrote:
>
> What does it take to implement "z/OS Management Facility"?
> thanks
> Bill
>
> --
> For
http://www.cbttape.org/freepds.htm
File 182. PDS V 8.6 to search / replace PDS(E) members.
On Mon, Mar 25, 2019 at 7:36 PM Jesse 1 Robinson
wrote:
>
> For another non-Rexx solution, consider StarTool (or I believe PDS command
> from CBT tape). It has a REPLACE function that can work on an enti
https://www-01.ibm.com/support/docview.wss?uid=isg1II13354 has
complete instructions. I have performed it several times.
On Wed, Mar 27, 2019 at 10:02 PM Jason Cai wrote:
>
> Hi all
> According z/OS DFSMS Managing Catalogs manual,we could move a Catalog to a
> Different Volume using the follow
https://www-01.ibm.com/support/docview.wss?uid=swg21291812
EREP from IBM.
How to request the reports.
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieav100/lgrep.htm
Specify alternate name / destination.
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/co
z/OS is already using the 2GiB to 4GiB area.
On Wed, Apr 3, 2019 at 7:51 PM Paul Edwards wrote:
>
> On Wed, 3 Apr 2019 19:38:02 -0500, Paul Gilmartin
> wrote:
>
> >>I was thinking that z/Arch and z/OS could
> >>be updated to support AMODE 32.
>
> >Cui bono?
>
> Combined with making GETMAIN LOC=
A lot of installations run multiple CICS / IMS / DB2 regions because
one or two 2GiB regions is not nearly enough. JAVA does offer an
option to run from 2GiB to 8GiB using 4 bit pointers that are shifted
3 bits to a multiple of 8 bytes. Almost no one uses this because the
shifting slow down every
If you are wanting to run in AM64 and use 32 bit constants, that is
certainly possible. You will then be limited to incrementing
registers by 4GiB or less. Just establishing addressability will need
to set all 64 bits.
On Thu, Apr 4, 2019 at 2:40 PM Paul Edwards wrote:
>
> On Thu, 4 Apr 2019 19
iety of places, but the things he
> was calling were not actually variable
> parameter functions, so he just needed
> to delete the VL. No rewrite was
> necessary, as would be required if
> moving to AM64.
>
> Thanks. Paul.
>
>
>
>
> On Fri, 5 Apr 2019 02:41:15 -0500
Looking at the photos it looks like a IBM 1401/1410 with tape drives,
especially the red and blue reels.
On Tue, Apr 9, 2019 at 1:20 PM Mike Stramba wrote:
>
> What does "puma" refer to ?
>
> google translate doesn't translate it to anything;)
>
> google "ibm puma" doesn't turn up anything.
Jack Benny and Old Time Radio is pretty timeless. The imbedded ads do
give you a sense of time.
On Sat, Apr 13, 2019 at 11:05 AM Jesse 1 Robinson
wrote:
>
> I'm a huge fan of thin interrupts, which (it turns out) we depend totally on
> to power our sandbox sysplex. However, we turn on thin inte
E0.
https://www.ibm.com/support/knowledgecenter/SSAT4T_15.1.2/com.ibm.xlf1512.lelinux.doc/language_ref/asciit.html
On Sun, Apr 21, 2019 at 2:59 AM Peter wrote:
>
> Hi
>
> I am not getting left slash in z/OS.
>
> Is there a Equavalent hex value for left slash in zOS ?
>
> I am struggling to get
Will it generate Valid Leap Day 02-29 in 2012, 2016, 2020, etc?
Will it generate invalid dates , 02-29, 02-30, 02-31, 04-31, 06-31,
09-31, 11-31, etc?
On Fri, Apr 26, 2019 at 12:48 PM Sri h Kolusu wrote:
>
> > Also if you have any other ideas for generating random dates (MMDD)
> overall, I wo
Java 12 released March 2019. https://en.wikipedia.org/wiki/Java_version_history
On Thu, May 2, 2019 at 12:08 PM Lizette Koehler wrote:
>
> I was not sure how this will affect the Mainframe and JAVA
>
> But I found this
>
> https://www.aspera.com/en/blog/oracle-will-charge-for-java-starting-in-20
The object code blocks are written in multiples of 1K up to 32,760
bytes. There are also text blocks that are usually under 1K unless
you have a lot of external symbols. A linkedit / binder / copymod will
try to fill the rest of the track, down to a 1K block. The Advance
Print Function libraries
Not for OBJECT modules. The Binder calls a routine to determine the
remaining space on the track, round down to the next multplie of 1k,
and writes no more than that amount on that track.
On Fri, May 3, 2019 at 5:08 AM David Spiegel wrote:
>
> Hi Greg,
> If someone uses BLKSIZE=32760, isn't it t
Is the abend in the user compiled instructions? Then check the
compiler processor settings.
Is the abend in the vendor compiled libraries or included subroutines?
Then check the vendor's subroutine / runtime libraries.
On Fri, May 3, 2019 at 6:52 PM Charles Mills wrote:
>
> I think I disagree.
http://www.redbooks.ibm.com/redbooks/pdfs/sg248366.pdf
TS7700 V Updated 2019. Chapter 10. This is a list of the mainframe
z/os console commands to operate the library, assuming properly
configured and data replicated.
DISPLAY SMS,LIBRARY(ALL),DETAIL or D SMS,LIB(ALL),DETAIL lists the
libraries
nd had to restart
> the VTL.
>
> Any clue to set an email alert when drives goes offline ?
>
> On Sun, 5 May, 2019, 8:39 AM Mike Schwab, wrote:
>
> > http://www.redbooks.ibm.com/redbooks/pdfs/sg248366.pdf
> >
> > TS7700 V Updated 2019. Chapter 10. This is a list
If you can transfer the backup file (real or virtual tape) to another
system, then you can use the admin authorization to restore any or all
files in the backup file. Just like using a rescue system to restore
at a DR site.
On Thu, May 9, 2019 at 8:56 AM Peter Vander Woude
wrote:
>
> On Tue, 7 M
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.idau100/u1061.htm
Program objects are created automatically when load modules are copied
into a PDSE. Likewise, program objects are automatically converted
back to load modules when they are copied into a partitioned data
With those details, then I would issue
EDIT 'me.CLIST(IPLINFO)' (or using 3.4), then while editing:
COPY 'me.CBT434(IPLINFO)'
SAVE
On Sat, May 11, 2019 at 11:41 AM Mark Zelden wrote:
>
> On Sat, 11 May 2019 05:13:12 -0400, Mike Stramba
> wrote:
>
> >I've been using Mark Zelden's IPLINFO rexx s
That would copy the PDS member.
On Sat, May 11, 2019 at 12:59 PM Paul Gilmartin
<000433f07816-dmarc-requ...@listserv.ua.edu> wrote:
>
> On Sat, 11 May 2019 12:02:11 -0500, Mike Schwab wrote:
>
> >With those details, then I would issue
> >EDIT 'me.CLIST(IPLI
The big thing is the Business oriented compilers / instructions with
accuracies to the penny. Lots of compilers don't have lots of fix
point numbers with large numbers of digits. Sometimes it takes 2-3X
as long as expected due to having to get the math instructions just
right.
Plus the open syst
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.idad400/d4394b.htm
It uses the DCB of the FIRST DSN in the concatenation.
If F(B), then each block must be a multiple of the LRECL of the First
DSN. Pretty sure the VB won't be. And the length fields would be
read as da
Any system tasks using an OMVS file?
On Tue, May 14, 2019 at 10:07 PM Tony Thigpen wrote:
>
> As everything indicates that OMVS was the problem, I brought the machine
> back up and try shutting down OMVS outside of my system shutdown. This
> is the results:
>
> 22.02.52 HUP1 F BPXOINIT,
Yep. Just updated my Win 10 machines. So bad they issued patches for
Win XP and up, out of support for several years.
On Wed, May 15, 2019 at 12:14 PM Bill Johnson
<0047540adefe-dmarc-requ...@listserv.ua.edu> wrote:
>
> Microsoft (MSFT) is warning users about a monster computer bug. The comp
I wrote a program to anaylize a IDCAMS output. Every few years the
size of some fields would increase and the report literals would be
moved to allow the larger fields. I would check these positions in
the analysis program. Better would be to look at an IDCAMS DCOLLECT
filed because those posit
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.arcf000/s4334.htm
RECFM=FBA, LRECL=121.
On Thu, May 16, 2019 at 7:15 AM Allan Staller wrote:
>
> HSM is *VERY PICKY* about the actual DCB characteristics of the ODS.
> If the ODS does not match what HSM expects, HSM give
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.adru000/r2298.htm
INCLUDE(data.set.one, -
data.set.two)
Commas are REQUIRED.
On Thu, May 16, 2019 at 9:51 AM John Dawes
<00ff0e22811f-dmarc-requ...@listserv.ua.edu> wrote:
>
> G'Day,
> I am encounte
So you are making 3 copies on 3 different OUTDDNAMES?
If it is one dataset on 3 volumes it would be one OUTDDNAME, right?
On Thu, May 16, 2019 at 4:51 PM Elaine Beal wrote:
>
> I've found a lot of " it's " confusing comments on this topic and I am
> beleaguered-
> I am trying to copy a file to a
Kind of like a z/OS address space. Includes application and user
software and database software. Allows the hypervisor on a server to
switch quickly to other applications instead of waiting for more
transactions.
On Thu, May 16, 2019 at 6:12 PM Farley, Peter x23353
wrote:
>
> Dumb question for
http://www.cbttape.org/updates.htm
On Sun, May 19, 2019 at 4:31 AM Peter wrote:
>
> Hi Peter
>
>
> I still don't find the updated 228 file in CBTTAPE.
>
> Could you please send me offline if you have now ?
>
> Peter
>
> On Fri, 17 May, 2019, 7:18 PM Peter Vander Woude,
> wrote:
>
> > I just sub
Well, if you use memory accessible from any address space for the file
handling, then writes would be defered until the buffer is full, and
the buffer writes would take place after you already return. Reads
would have to wait if the requested data is not in the input buffers.
On Sun, May 19, 2019
You can run z/Linux on Hercules or Z mainframe. Go to
https://hub.docker.com/search?q=&type=image&architecture=s390x .
Select IBM Z as the hardware and there are 2001 images ready to download.
Pick one with the combination of database and language support you want.
On Mon, May 20, 2019 at 12:00 PM
IDCAMS command DCOLLECT for the dataset name into a file then read the
file. Divide by about 55k to get the number of tracks used. Assume
all tracks are full and the partial track would be the error amount.
On Thu, May 14, 2020 at 4:27 PM Lizette Koehler wrote:
>
> Maybe the Catalog Search Func
All VSAM datasets including Linear are formatted when created. The
disk space used is not allocated to any other datasets. Previous data
left by deleted datasets is usually left in place (erase on delete is
an option but not used frequently) but frequently overwritten in a
short time so restoring
can look at?
>
>
> --
> Shmuel (Seymour J.) Metz
> http://mason.gmu.edu/~smetz3
>
>
> From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of
> Mike Schwab [mike.a.sch...@gmail.com]
> Sent: Frid
If you know how often the email is to be sent (1/2/3/4 times a day)
and the Bounce (IPL) schedule, you can repeat the DDNAME and each
message will use 1 DDNAME iteration.
On Fri, May 15, 2020 at 8:08 PM Charles Mills wrote:
>
> I am designing a long-running Rexx program that will from time to tim
Yep. You almost need a country code, and for multi zone countries a
zone indicator. Especially since a shared time zone might have
different DST / ST switch dates in different countries.
On Sun, May 17, 2020 at 9:03 PM Paul Gilmartin
<000433f07816-dmarc-requ...@listserv.ua.edu> wrote:
>
> On
equ...@listserv.ua.edu> wrote:
>
> On Mon, 18 May 2020 01:58:01 +, Mike Schwab wrote:
>
> >Yep. You almost need a country code, and for multi zone countries a
> >zone indicator. Especially since a shared time zone might have
> >different DST / ST switch dates in di
Depends on the date. If it is during daylight savings, MDT, otherwise CST.
-0500 used to prevent a bit of a challenge. EST, CDT, or Indiana EST all year.
On Mon, May 18, 2020 at 5:02 PM Paul Gilmartin
<000433f07816-dmarc-requ...@listserv.ua.edu> wrote:
>
> On Mon, 18 May 2020 11:26:17 -0500,
https://www.youtube.com/watch?v=-cHB3Rbz1OI
Yakity Yak - The Coasters April 1958. In The Great Outdoors with John
Candy and Twins with Arnold and Danny DeVito.
On Tue, May 26, 2020 at 2:42 PM Seymour J Metz wrote:
>
> Well, in this case the hammer is the reverse function;
> /\.([#$@[:upper:][:d
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieag200/iea3g2_Evaluating_Data_Set_Activity.htm
SMF Type 61 (catalog DSN)???
On Sat, May 30, 2020 at 2:01 AM Peter Vels wrote:
>
> How does one get the TIME a z/OS data set was created? The date is easy,
> but I'm after t
If you know what job and step created it, you could look in the system log.
On Sat, May 30, 2020 at 4:43 AM Peter Vels wrote:
>
> A number of people both on and off the list have mentioned SMF. Even if I
> had permission to read SMF data (I don't) I think it would be too much
> overhead to scan w
It happens during the job. And you can't access by relative number
until the job completes. You can access by absolute number.
On Sat, May 30, 2020 at 8:41 AM Ron Hawkins wrote:
>
> I always thought JES2 resolved relative GDG numbers during job initiation.
>
> -Original Message-
> From:
A coupling facility using a share CP processor only needs a few
percent of the processor dedicated. If you are maxed out on CPU and
can't tolerate a slight slowdown at peak times, then one step up to
the next MSU setting should be enough.
On Sun, May 31, 2020 at 7:05 AM Brian Westerman
wrote:
>
Yep. Same width as Roman Chariots, drawn by two horses, side by side..
On Tue, Jun 2, 2020 at 9:39 PM Jesse 1 Robinson wrote:
>
> My favorite OT theme. Related in my mind. The diameter of the original space
> shuttle booster rocket was an odd value determined as follows:
>
> -- The booster was
I like syntax diagrams.
On Fri, Jun 5, 2020 at 4:46 PM Charles Mills wrote:
>
> The documentation is written to aid human beings. It is not a hard-core
> exercise in logic.
>
> In writing doc I am often struck by a contrast to coding. In coding, if you
> had to do the same three-line sequence a
Our shop had one agency still running report writer reports using the
free built in version (78?).
On Tue, Jun 9, 2020 at 3:47 PM Seymour J Metz wrote:
>
> Ultimately it's a management issue common to all languages: if programmers
> are not required to document and to keep documentation up to da
4GL - I've used Telon which takes a screen layout and database layout
and generates the cobol code and editing rules. ADR-Datacom had Ideal
which was similar, later CA. Easytrieve plus I really liked,
especially the report generation part.
Apple Did the high school thing. That's where they got their devotees.
On Tue, Jun 9, 2020 at 3:54 PM Tom Brennan wrote:
>
> When I bought my Yamaha piano in 1989, I heard a story that Yamaha had
> been supplying free pianos to universities for years. It was more than
> them just being nice, th
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of
> Mike Schwab [mike.a.sch...@gmail.com]
> Sent: Tuesday, June 9, 2020 1:42 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Old Code Gets Younger Every Year - Marianne Bellotti - Medium
>
> Our shop had one
Yep. We used to get a lot of errors for out of volumes in a storage
groups, and the users would want us to add more volumes. For several
calls I would point out that the data set had a very small primary and
secondary space value. I would go through all the extents on one
volume, then proceed th
I have used FDRPAS, TDMF which were all vendor compatible, and Dell
z/OS Migrator which must have their hardware as the target. Most
movement was done with the system running at full speed. The
different software packages did require different software products to
be down to SWAP their files. Di
If you are only testing on Hercules and will continue to run
production on IBM z series hardware, I believe IBM doesn't care. But
the SOFTWARE does check the hardware levels and you have to include a
particular configuration statement for a recent Z operating system to
run on Hercules. But if you
Are you using CKD or CCKD64 volumes? CCKD has a 4GB limit and CKD has
to have a multi file setup.
On Tue, Jun 30, 2020 at 9:29 AM Michael Knigge wrote:
>
> All,
>
> have you ever came accross something like that?
>
> I can change into an directory, „ls“ works but „pwd“ returns…. Nothing?!?
>
1 - 100 of 2170 matches
Mail list logo