Re: Strange PC entry

2012-08-23 Thread Dan Skomsky @ Home
Please post your entire source as I see BURN BEGIN BASE=RBASE begins on line 20. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Micheal Butz Sent: Thursday, August 23, 2012 3:44 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU

Re: Strange PC entry

2012-08-23 Thread Dan Skomsky @ Home
Maybe, but I don't think so. To check your hypothesis just place a BURN CSECT statement just prior to the BEGIN statement and see what happens. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Tony Thigpen Sent: Thursday, August

Re: Difference between ASMA90 and IEV90

2012-08-15 Thread Dan Skomsky @ Home
I heart my 2560! -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Paul Gilmartin Sent: Wednesday, August 15, 2012 9:52 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Difference between ASMA90 and IEV90 On Aug 15, 2012, at

Re: Printing a return code

2012-08-14 Thread Dan Skomsky @ Home
Will the madness ever end? I knew I had a working subroutine someplace that did the fullword to 8-character conversion. I found it over the weekend. It was used back in the day by some COBOL programs for who knows what and is 35 years old. I tested it last evening under MVS 3.8J and it worked

Re: Attributes Test In Macros

2012-08-04 Thread Dan Skomsky @ Home
OK, here goes. The macro should also check for a specified field length not greater than 256. In this case, if the initialization byte is X'00' we should just XC the field on itself. But, if the initialization byte is anything other than X'00' we should do a cascading move of the initialization

Re: Basic ASM question

2012-07-27 Thread Dan Skomsky @ Home
Try this: V100 TITLE 'SETOPTI, A LITTLE TEST CICS ASSEMBLER PROGRAM' SETOPTI CSECT SET SYSECT *..* DFHEIENT CODEREG=R11, DO EXEC$ EIBREG=R12, INTERFACE $ DATAREG=R13

Re: Basic ASM question

2012-07-27 Thread Dan Skomsky @ Home
@LISTSERV.UGA.EDU] On Behalf Of Dan Skomsky @ Home Sent: Friday, July 27, 2012 10:32 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Basic ASM question Try this: V100 TITLE 'SETOPTI, A LITTLE TEST CICS ASSEMBLER PROGRAM' SETOPTI CSECT SET SYSECT *..* DFHEIENT

Re: Base registers

2012-06-05 Thread Dan Skomsky @ Home
Use R14 instead of R1 to avoid the reloading of R1 (parameter list pointer). We always set the new save are to all X'FF' so it stands out in a DUMP. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of McKown, John Sent: Tuesday,