Re: Changing the MACHINE option in HLASM

2019-01-04 Thread Ward, Mike S
Sent: Friday, January 04, 2019 4:26 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: [EXT] Re: Changing the MACHINE option in HLASM On Fri, 4 Jan 2019 22:14:17 +, Ward, Mike S wrote: >Hello all, I have a question that I was hoping that someone could answer. We >have HLASM R6.0 on z/O

Changing the MACHINE option in HLASM

2019-01-04 Thread Ward, Mike S
Hello all, I have a question that I was hoping that someone could answer. We have HLASM R6.0 on z/OS V2.2. I have search through the HLASM installation and Customization guide trying find out if the HLASM option MACHINE(,NOLIST) can be overridden by using MACHINE(Z13,NOLIST) in the assembler

Re: CONVTOD Help

2017-04-20 Thread Ward, Mike S
@LISTSERV.UGA.EDU Subject: Re: CONVTOD Help You don't need to clear R6 before doing DSGR. That's the whole point of the SINGLE Pieter -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Ward, Mike S Sent: 20 April 2017 21:21 To: ASSEMBLER

Re: CONVTOD Help

2017-04-20 Thread Ward, Mike S
- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Tony Harminc Sent: Monday, April 10, 2017 11:09 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: CONVTOD Help On 10 April 2017 at 11:38, Ward, Mike S <mw...@ssfcu.org> wrote: > Hello, list f

Re: CONVTOD Help

2017-04-10 Thread Ward, Mike S
Thanks you so much. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Tony Harminc Sent: Monday, April 10, 2017 11:09 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: CONVTOD Help On 10 April 2017 at 11:38, Ward, Mike S <

Re: CONVTOD Help

2017-04-10 Thread Ward, Mike S
January 1, 1970 00:00:00 GMT -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Paul Gilmartin Sent: Monday, April 10, 2017 10:57 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: CONVTOD Help On 2017-04-10, at 09:38, Ward, Mike

Re: CONVTOD Help

2017-04-10 Thread Ward, Mike S
Thanks to all who replied. It has given me plenty to research. Thank you. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Ward, Mike S Sent: Monday, April 10, 2017 10:39 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: CONVTOD

CONVTOD Help

2017-04-10 Thread Ward, Mike S
Hello, list friends. I was wondering if one of you could give me a little help with a time problem that I have not been able to solve. I have the need to provide the number of seconds since 1970 for a project that I'm working on. I have been using a combination of the STCK and the CONVTOD to

Re: TOD

2015-03-24 Thread Ward, Mike S
seconds before you convert to date and time? -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Ward, Mike S Sent: Tuesday, March 24, 2015 1:20 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: TOD Hello all, I have been able to take

ALET

2014-08-27 Thread Ward, Mike S
Hello all, I was trying to find out what an ALET is. I did a search on the MVS bookshelf and you can't believe how many times ALET came up and how many manuals are involved. All I was looking for is what it is, how to define one, and how to use one. If someone can point me to the manual that

Re: Convert to base64 help (Cross posted from IBM-Main)

2014-08-11 Thread Ward, Mike S
Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Phil Smith III Sent: Friday, August 08, 2014 11:29 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Convert to base64 help (Cross posted from IBM-Main) Ward, Mike S wrote: Thanks to all who replied. You are correct. Adding

Convert to base64 help (Cross posted from IBM-Main)

2014-08-08 Thread Ward, Mike S
Hello all, I have found two assembler programs that are supposed to convert data to base64. They do not seem to be working correctly. I have gone to two sites on the internet that do online base64 conversions. I place a 32 byte string of data into the input area and press the encode button. The

Re: Convert to base64 help (Cross posted from IBM-Main)

2014-08-08 Thread Ward, Mike S
; Ward, Mike S Subject: Re: Convert to base64 help (Cross posted from IBM-Main) Mike, Are you sure the strings on the mainframe are being represented as ASCII (or UTF-8)? Obviously, the base64 encoding of an EBCDIC string will have a different value from the base64 encoding of the equivalent

Re: Adding 30 seconds to a specific time

2014-06-23 Thread Ward, Mike S
Thanks to all who responded, especially John. Now I'm on my way to learn something new. Thank you. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of John McKown Sent: Monday, June 23, 2014 6:53 AM To:

Adding 30 seconds to a specific time

2014-06-21 Thread Ward, Mike S
Hello all, I have an assembler program where I get the date and time in GMT time. The below code seems to work well. Now I want to add 30 seconds to the time and also adjust the date if necessary. I can't seem to find any assembler services that will allow me to do that. Can someone please

64 Bit Registers

2013-08-30 Thread Ward, Mike S
Thank you all for responding, it was very enlightening. I obviously have a lot of reading and testing to do. Thanks again. == This email, and any files transmitted with it, is confidential and intended solely for the use of the individual or entity to which it is

64 bit registers

2013-08-30 Thread Ward, Mike S
Hello all, I'm trying to get back into assembler from my old 360 days and I was reading the POO. In the POO under registers it says that there are 16 GP registers available to the program. Ok that sounds good so far, but then it goes on to say that the registers are 64 bits each. Is that true

Assembler teaching sources

2013-05-29 Thread Ward, Mike S
Hello friends, I was wondering if any of you know of any assembler teaching tools that might be available for free. Thanks in advance == This email, and any files transmitted with it, is confidential and intended solely for the use of the individual or entity to

Re: Assembler teaching sources

2013-05-29 Thread Ward, Mike S
Entry level, and a curriculum for entry level assembler. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of John Ehrman Sent: Wednesday, May 29, 2013 10:37 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Assembler teaching

Thanks to all who responded

2013-05-29 Thread Ward, Mike S
Thanks everyone, I really appreciate the help. :) == This email, and any files transmitted with it, is confidential and intended solely for the use of the individual or entity to which it is addressed. If you have received this email in error, please notify the system

SVC 34

2013-01-16 Thread Ward, Mike S
Can anyone please tell me where the description on how to use SVC's in z/OS is. I remember back when there was a book devoted to MVS svc's and the parameters required to call them. I can't seem to find one for z/OS. Specifically SVC 34. Any help appreciated. == This

Re: SVC 34

2013-01-16 Thread Ward, Mike S
Thanks to all who replied. Gotem. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Edward Jaffe Sent: Wednesday, January 16, 2013 5:01 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: SVC 34 On 1/16/2013 2:26 PM, Ward, Mike S

Automatic reply: Literals outside operands

2012-11-10 Thread Ward, Mike S
I will be out of the office starting November 13 and I will return November 20th If you need immediate assistance, please contact the support desk at 4422. Thank you. == This email, and any files transmitted with it, is confidential and intended solely for the use of

Automatic reply: DFSMS exit

2012-05-23 Thread Ward, Mike S
I will be out of the office starting May 22nd. I will return May 31st. If you need immediate assistance, please contact the support desk at 4422. Thank you. == This email, and any files transmitted with it, is confidential and intended solely for the use of the

Re: Hiperdispatch and Z/OS 1.7

2011-03-29 Thread Ward, Mike S
I didn’t think Hiperdispatch was available in V1.7, I thought it came with Version 1.8. From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Omar Barroso Castanheira Sent: Tuesday, March 29, 2011 7:31 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject:

Re: Efficient Memory List

2010-08-23 Thread Ward, Mike S
I'm not trying to be funny, but would an indexed vsam file be a plausible solution? Use the 4-byte code as the index. -Original Message- From: IBM Mainframe Assembler List [mailto:assembler-l...@listserv.uga.edu] On Behalf Of Patrick Roehl Sent: Monday, August 23, 2010 9:46 AM To:

Re: CDS and alignment question

2010-08-18 Thread Ward, Mike S
I have always used something like this: QMGREX01 CSECT , STM R14,R12,12(R13) LRR11,R15 USING QMGREX01,R11,R12 LAR12,4095(R11) LAR12,1(R12) - noticed that I added 1 to the 4095 bump. LRR8,R1 USING