Assigning a Data Class to HSM BACKUP files

2018-12-24 Thread Gadi Ben-Avi
Hi, How do I assign a Data Class to the output files of HSM BACKUP and DUMP? These files directed to tape (Virtual tapes in a TS7760), and the Data Class controls the maximum size of the virtual tape. Thanks Gadi ? ?? ? ?? ??? ??? ?? ? ??? ?? ?

Adding 90 seconds to 8 byte TOD FIELD

2018-12-24 Thread Joseph Reichman
Hi Would anyone have a example of how to add 90 seconds to 8 byte TOD FIELD I am not sure of the format of the TOD though I do know it had the actual date but just by guessing I did the following which didn't seem to product the right results LRR8,R15ESTAB

Re: Assigning a Data Class to HSM BACKUP files

2018-12-24 Thread Ed Jaffe
On 12/24/2018 3:43 AM, Gadi Ben-Avi wrote: How do I assign a Data Class to the output files of HSM BACKUP and DUMP? These files directed to tape (Virtual tapes in a TS7760), and the Data Class controls the maximum size of the virtual tape. We don't set DATACLAS for tape data sets, but we set

Re: Adding 90 seconds to 8 byte TOD FIELD

2018-12-24 Thread Farley, Peter x23353
Joe, One second in clock units is X'F424'. See the z/Architecture Principles of Operation for the format and contents of the CPU clock, figure 4-12 on page 4-47. The value for one second is in the chart under item 9 on page 4-52 here: http://publibfi.boulder.ibm.com/epubs/pdf/dz9zr011.pdf

Re: Adding 90 seconds to 8 byte TOD FIELD

2018-12-24 Thread Binyamin Dissen
You should read up on timer units as well as the format returned by STCKCONV. Think how you would do this in a high level language or REXX. On Mon, 24 Dec 2018 10:58:26 -0500 Joseph Reichman wrote: :>Hi :> :> :> :>Would anyone have a example of how to add 90 seconds to 8 byte TOD FIELD :> :>

Re: Adding 90 seconds to 8 byte TOD FIELD

2018-12-24 Thread Ed Jaffe
On 12/24/2018 7:58 AM, Joseph Reichman wrote: Would anyone have a example of how to add 90 seconds to 8 byte TOD FIELD LG    R1,TODvalue Load TOD into R1 ALG   R1,=FDS12'90E6' Add 90 seconds -- Phoenix Software International Edward E. Jaffe 831 Parkview Drive

Re: Adding 90 seconds to 8 byte TOD FIELD

2018-12-24 Thread Joseph Reichman
Thanks I am using it to set a value for ECVTXTSW where I want to suspend execution for 90 seconds -Original Message- From: IBM Mainframe Discussion List On Behalf Of Farley, Peter x23353 Sent: Monday, December 24, 2018 12:02 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Adding 90 seconds

Re: Adding 90 seconds to 8 byte TOD FIELD

2018-12-24 Thread Steve Smith
+1 A colleague about barfed when I first used one of those gnarly number specs. :-) sas On Mon, Dec 24, 2018 at 12:12 PM Ed Jaffe wrote: > On 12/24/2018 7:58 AM, Joseph Reichman wrote: > > > > Would anyone have a example of how to add 90 seconds to 8 byte TOD FIELD > > > LGR1,TODval

Fwd: Retrocomputing: SUNY Stony Brook Pascal compiler written in XPL

2018-12-24 Thread Robert Prins
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) From: Shoefoot Organization: Compilers Central Newsgroups: comp.compilers The SUNY Stony Brook Pascal compiler was

Re: Adding 90 seconds to 8 byte TOD FIELD

2018-12-24 Thread Paul Gilmartin
On Mon, 24 Dec 2018 17:02:05 +, Farley, Peter x23353 wrote: > >One second in clock units is X'F424'. ... >http://publibfi.boulder.ibm.com/epubs/pdf/dz9zr011.pdf > >So right after you do STCK TIME then do this to get a time 90 seconds later >(SEC90 is an 8 byte field, the same size as your

Re: Retrocomputing: SUNY Stony Brook Pascal compiler written in XPL

2018-12-24 Thread Mike Schwab
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)

Re: TOD clock values, leap seconds and BLSUXTOD conversion service

2018-12-24 Thread Paul Gilmartin
On Sat, 15 Sep 2018 08:52:55 -0400, Peter Relson wrote: > >On Sat, 20 Apr 2013 14:39:08 -0400, Peter Relson wrote: >>... The documentation says "The STCKCONV macro converts an input >>time-of-day (TOD) clock value to time of day and date, and returns the >>converted values to the call