Re: An Interesting Technique

2015-03-09 Thread thomas . berg
Berg ___ Thomas Berg Specialist zOS/RQM/IT Delivery Swedbank AB (Publ)

Re: Baseless problem

2013-04-12 Thread Thomas Berg
Sometimes when I'm reading this list or IBM-MAIN I got a feeling like as I was listening to a historic science discussion where now and then Titus Livius and Thucydides pop in with anecdotes... :) (No offence please! I'm very impressed by all.) Regards Thomas Berg

SV: Instruction Lists/Counts.

2013-02-15 Thread Thomas Berg
A link: http://www.realworldtech.com/z196-mainframe/ Regards Thomas Berg Thomas Berg Specialist z/OS/IT Delivery SWEDBANK AB (Publ) -Ursprungligt meddelande- Från: IBM Mainframe Assembler List [mailto:ASSEMBLER

SV: Use of sequence numbering in current HLASM source?

2012-11-08 Thread Thomas Berg
Who dropped the deck ? Regards Thomas Berg __ Thomas Berg Specialist SMS/AM SWEDBANK AB (Publ) -Ursprungligt meddelande- Från: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] För Kirk Talman Skickat: den 7

SV: ISPF EDIT hi-liting of packed literals?

2012-11-08 Thread Thomas Berg
The same for me. Regards Thomas Berg __ Thomas Berg Specialist SMS/AM SWEDBANK AB (Publ) -Ursprungligt meddelande- Från: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] För Baron Carter Skickat: den 8

SV: IBM Debug Question

2012-08-18 Thread Thomas Berg
the statement. It seem to depend on if the following statement is seen as having a dependency to the current statement. Unfortunately it's not used consistently from my point of view. Regards, Thomas Berg ___ Thomas Berg Specialist AM/SMS

SV: Base registers

2012-06-18 Thread Thomas Berg
All your bases are belong to us ? Regards, Thomas Berg ___ Thomas Berg Specialist AM/SMS SWEDBANK AB (publ) -Ursprungligt meddelande- Från: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] För John

SV: DS 0H

2012-06-12 Thread Thomas Berg
to. No nominal value needed if the duplication factor is zero. John Ehrman But how does the assembler then know which value it should omit ? Regards, Thomas Berg __ Thomas Berg Specialist AM/DQS SWEDBANK AB (publ)

SV: Assembler programmers wanted - Clarification

2012-03-22 Thread Thomas Berg
possibility and I'm sure he was caught totally by surprise by the response. I'd cut him slack: I think many of us learned a lesson or two here. Wonder what a response he had if he wrote old, experienced assembler programmers are preferred ? :) Regards, Thomas Berg

SV: VarIabLe DD names in VSAM

2012-02-13 Thread Thomas Berg
Why not code: DC X'00' ? (Just a curious amateur in asm) Regards, Thomas Berg _ Thomas Berg Specialist A M SWEDBANK -Ursprungligt meddelande- Från: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] För McKown

SV: Calculate elapsed time from MM/DD/YY HH:MM:SS formats

2012-01-05 Thread Thomas Berg
program I can copy that someone can share before I drive myself nuts? (well, more nuts). Is there a reason to not do it by using the existing module and the compensate for the time of the first day and the time of the last day ? Regards, Thomas Berg

SV: Mixed Case in Assembler [Was: ASSEMBLER-LIST Digest - 20 Dec 2011 to 21 Dec 2011 (#2011-208)]

2011-12-30 Thread Thomas Berg
to prompt you for the string to search for, and that's somewhat sloppy also... No. An edit macro can take parm(s). E g: ff c'String' (The macro is named ff.) Hälsn Thomas _ Thomas Berg Specialist A M SWEDBANK

SV: Sad News

2011-10-10 Thread Thomas Berg
Very sad. He was the source for many of my borrowed codesnippets. A very talented man. Regards, Thomas Berg _ Thomas Berg Specialist A M SWEDBANK -Ursprungligt meddelande- Från: IBM Mainframe Assembler List [mailto:ASSEMBLER- l

SV: HLASM manuals

2011-08-23 Thread Thomas Berg
Talking about manuals for the asm programmer: where do I find the return codes from the OPEN macro (SVC 22) ? (I'm assembler coding impaired...) :) Regards, Thomas Berg _ Thomas Berg Specialist A M SWEDBANK

SV: SV: HLASM manuals

2011-08-23 Thread Thomas Berg
-Ursprungligt meddelande- Från: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] För Steve Comstock Skickat: den 23 augusti 2011 16:39 Till: ASSEMBLER-LIST@LISTSERV.UGA.EDU Ämne: Re: SV: HLASM manuals On 8/23/2011 8:28 AM, Thomas Berg wrote: Talking about

SV: html

2011-05-30 Thread Thomas Berg
and whistles. :) If he would use plain Courier when communicating with some managers he would - I suspect - be treated by many as a goof. ;) Regards, Thomas Berg _ Thomas Berg Specialist A M SWEDBANK Från: IBM Mainframe Assembler List

SV: CPU: ASSM vs ENTERPRISE COBOL

2011-04-05 Thread Thomas Berg
? Regards, Thomas Berg _ Thomas Berg Specialist A M SWEDBANK

SV: Best (or any) practices to rewrite spaghetti

2011-02-04 Thread Thomas Berg
in these kinds of error situations a CALL errorroutine where I do necessary messaging etc, and then in that routine SIGNAL exitroutine.) Regards, Thomas Berg _ Thomas Berg Specialist A M SWEDBANK

SV: SV: Best (or any) practices to rewrite spaghetti

2011-02-04 Thread Thomas Berg
, Thomas Berg wrote: I don't quite understand Your problems with SIGNAL. AFAICS, You use SIGNAL when the situation is such that You can't handle it within Your REXX routine logic/context. That's is, You must abort all processing and (normally) give a comprehensive error message, maybe

SV: Best (or any) practices to rewrite spaghetti

2011-02-04 Thread Thomas Berg
, Thomas Berg thomas.b...@swedbank.se wrote: I don't quite understand Your problems with SIGNAL. AFAICS, You use SIGNAL when the situation is such that You can't handle it within Your REXX routine logic/context. That's is, You must abort all processing and (normally) give