Re: z/OS Bug Busterz SHARE Academy in San Jose

2016-11-16 Thread Ed Jaffe
That page has been corrected so the "Click to Register" button now goes to the right place... On 11/16/2016 8:26 AM, Martin Truebner wrote: To be percise the button for "register now" points to: http://www.share.org/share-san-jose-2017-event-registration-start which is wrong to some extent

Re: Addr2 field in listing for EQU statement?

2016-11-16 Thread Steve Smith
It would be sensible for EQUed symbols to assume all the attributes of the "target" unless overridden. But that's not what our forefathers did, and it's not likely to change. I suppose you could write a macro... MACRO $EQU EQU ,L',T' MEND On Wed, Nov 16, 2016 at 11:45 AM, Tony Harminc

Re: Addr2 field in listing for EQU statement?

2016-11-16 Thread Tony Harminc
On 16 November 2016 at 07:48, Thomas David Rivers wrote: > - For an EQU instruction, the Addr2 field contains the length assigned. So it seems it indicates the length explicitly assigned, if any, but not the length of the EQUated-to item. Which is consistent with the

Re: z/OS Bug Busterz SHARE Academy in San Jose

2016-11-16 Thread Martin Truebner
To be percise the button for "register now" points to: http://www.share.org/share-san-jose-2017-event-registration-start which is wrong to some extent Martin

Re: z/OS Bug Busterz SHARE Academy in San Jose

2016-11-16 Thread Philippe Cloarec
No way to register, by clicking on URL...not found lol On Wed, Nov 16, 2016 at 4:51 PM, Ed Jaffe wrote: > The z/OS Bug Busterz SHARE Academy in Atlanta was a tremendous success, > but there was room for more attendees. > > Many folks complained to me throughout the

z/OS Bug Busterz SHARE Academy in San Jose

2016-11-16 Thread Ed Jaffe
The z/OS Bug Busterz SHARE Academy in Atlanta was a tremendous success, but there was room for more attendees. Many folks complained to me throughout the week that they didn't hear about this amazing, Sunday deep-dive intensive until _after_ their travel plans were already made and asked if

Re: Addr2 field in listing for EQU statement?

2016-11-16 Thread Ray Mansell
RAY EQU *,3 On 11/16/2016 07:48, Thomas David Rivers wrote: Does anyone have an example where the Addr2 field of an EQU instruction is _not_ empty? - Many thanks - - Dave Rivers - -- riv...@dignus.comWork: (919) 676-0847 Get your mainframe

Rif: Addr2 field in listing for EQU statement?

2016-11-16 Thread aldo . crosio
addr2 is present when in a equ is indicated the implied length of the field -LocObject Code Addr1Addr2Stmt Source Statement 2922178=ret_entry ds 0cl1 2922179=ret_elt ds cl8 29A

Re: Addr2 field in listing for EQU statement?

2016-11-16 Thread Hardee, Chuck
Yes, here you go... Active Usings: None D-LocObject Code Addr1Addr2Stmt Source Statement HLASM R6.0 2016/11/11 09.23 0B50

Addr2 field in listing for EQU statement?

2016-11-16 Thread Thomas David Rivers
In the HLASM documentation it indicates what should be present in the Addr2 field of the listing. In particular, it says: The field headed Addr2 contains the effective address of the last operand of any instruction referencing storage. - For a USING instruction, the Addr2 field