Re: Wish list for message ASMA058E

2012-01-10 Thread McKown, John
Makes sense. They are becoming fewer as I gain experience. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * john.mck...@healthmarkets.com * www.HealthMarkets.com Confidentiality Notice:

Re: 128-bit arithmetic

2012-01-10 Thread John Gilmore
I hope that I am missing something. The STCKE instruction, an unprivileged one, yields a 16-byte value at a nominated storage location. The difference between two such values, trimmed of their two rightmost bytes (the programmable field), yields an elapsed time. This value can then be formatted

Re: 128-bit arithmetic

2012-01-10 Thread Martin Truebner
John, I hope that I am missing something. Yea- it is a different thread (assumption based on the next sentence/citation) Any leap-second corrections would, for example, be washed out -- Martin Pi_cap_CPU - all you ever need around MWLC/SCRT/CMT in z/VSE more at http://www.picapcpu.de

Re: 128-bit arithmetic

2012-01-10 Thread Steve Comstock
On 1/10/2012 7:24 AM, John Gilmore wrote: I hope that I am missing something. The STCKE instruction, an unprivileged one, yields a 16-byte value at a nominated storage location. The difference between two such values, trimmed of their two rightmost bytes (the programmable field), yields an

Re: 128-bit arithmetic

2012-01-10 Thread Fred van der Windt
No use of the TIME macro need or should figure in this operation. Any leap-second corrections would, for example, be washed out by the subtraction: (T + L) - (t + L) = T + L - t - L = T - t. Why all this pother? And even if a leapsecond was inserted between the start- and endtime the

Re: 128-bit arithmetic

2012-01-10 Thread Edward Jaffe
On 1/9/2012 10:38 PM, Paul Gilmartin wrote: I have an Immodest Proposal. (I'll not leave that platform to John M., exclusively.) Define the future extension of the TOD clock as a signed binary 112-bit (111+sign) value. Rationale: given that some contracts and treaties entered in the 19th century

Re: Conditional assembly for COBOL?

2012-01-10 Thread Hall, Keven
The intent of my post was that it would be a lead-in to a more generalized discussion as to why it might be that System/360 was designed with a set of registers that contain heterogeneous control information, sometimes within a single register and yet provides instructions for loading and storing

conversion tool

2012-01-10 Thread Stan Saraczewski
Does anyone have a clist or program that can convert an assembler copybook to a cobol copybook ?

Re: Conditional assembly for COBOL?

2012-01-10 Thread Jim Mulder
IBM Mainframe Assembler List ASSEMBLER-LIST@listserv.uga.edu wrote on 01/10/2012 03:11:25 PM: The intent of my post was that it would be a lead-in to a more generalized discussion as to why it might be that System/360 was designed with a set of registers that contain heterogeneous control

Re: Enhanced CALL macro?

2012-01-10 Thread McKown, John
Good idea. But does not free up the base register currently being used, for other purposes. I have cheated again. I created a __LA macro which looks at the first character of the name. If it is not a !, I generate the code for a normal LA instruction. If it is a !, I strip it off and generate

Re: Enhanced CALL macro?

2012-01-10 Thread Steve Comstock
On 1/10/2012 2:20 PM, McKown, John wrote: I could use an enhanced CALL macro. I am writing RENT code and trying to be baseless. For the RENT, I am using CALL with MF=(E,(1)) and GPR1 pointing to an array of fullwords in dynamic storage. The parameters within the CALL are a mixture of locations

Re: Conditional assembly for COBOL?

2012-01-10 Thread John Gilmore
Keven Hall wrote that he wanted to promote a discussion of begin snippet . . . why it might be that System/360 was designed with a set of registers that contain heterogeneous control information, sometimes within a single register and yet provides instructions for loading and storing their values

Re: Enhanced CALL macro

2012-01-10 Thread John Gilmore
A great figure in 20th-Century philosophy, Isaiah Berlin, wrote that No doctrine of originality and power in human affairs appears to me ever to have got into the common consciousness of man unless it was to some extent exaggerated. This language is, of course, too exalted for the issue at hand;

Re: Enhanced CALL macro?

2012-01-10 Thread John P. Baker
John, I have been using a slightly different method. I have been constructing local versions of various macros incorporating the following changes -- BAL instructions are replaced by BRAS instructions ; however, I have some concerns here in respect to what is saved in the register

Re: 128-bit arithmetic

2012-01-10 Thread Paul Gilmartin
On 1/10/2012 9:56 AM, John Gilmore wrote: I too have some sympathy with Paul Gilmartin's objectives, but a twos-complement representation of a hardware clock would be problematic in many ways. Dates alone are of course unproblematic. A signed fullword Gregorian-Day value is usable to represent

Re: Enhanced CALL macro?

2012-01-10 Thread Edward Jaffe
On 1/10/2012 4:04 PM, John P. Baker wrote: LAEY instruction if the operand is specified as '(SL,{symbol | expression})' and SYSSTATE ASCENV=ASC is in effect ; LAEY. I wish! We can't use the general-instructions-extension facility. :-( -- Edward E Jaffe Phoenix Software International,