** ASMA030E Invalid literal usage - =CL8'MARTINWH'

2012-07-01 Thread Martin Truebner
When I compile this LPP =CL8'MARTINWH' leave a trace that we were here I get this: ** ASMA030E Invalid literal usage - =CL8'MARTINWH' Why- There is absolutly no restriction of what can be placed in the program parameter. My HLASM is:(PTF UK70680) HLASM R6.0 -- Martin

Re: ** ASMA030E Invalid literal usage - =CL8'MARTINWH'

2012-07-01 Thread Binyamin Dissen
On Sun, 1 Jul 2012 15:44:53 +0200 Martin Truebner mar...@pi-sysprog.de wrote: :When I compile this : LPP =CL8'MARTINWH' leave a trace that we were here :I get this: :** ASMA030E Invalid literal usage - =CL8'MARTINWH' :Why- There is absolutly no restriction of what can be placed in

Re: ** ASMA030E Invalid literal usage - =CL8'MARTINWH'

2012-07-01 Thread Jon Perryman
I don't see LPP in the POP manual. Is it an instruction or a macro? If it's a macro, then maybe there is an option to get around this error message. Jon Perryman. From: Martin Truebner mar...@pi-sysprog.de When I compile this LPP =CL8'MARTINWH'

AW: ** ASMA030E Invalid literal usage - =CL8'MARTINWH'

2012-07-01 Thread David Stokes
http://www-01.ibm.com/support/docview.wss?uid=isg26fcd1cc32246f4c8852574ce0044734a -Ursprüngliche Nachricht- Von: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] Im Auftrag von Jon Perryman Gesendet: Sonntag, 1. Juli 2012 18:38 An: ASSEMBLER-LIST@LISTSERV.UGA.EDU

Re: ** ASMA030E Invalid literal usage - =CL8'MARTINWH'

2012-07-01 Thread Jonathan Scott
Ref: Your note of Sun, 1 Jul 2012 15:44:53 +0200 HLASM does not allow literals unless the relevant instruction operand in the opcode table is marked to say that a literal is allowed. My guess is that when this rather specialised set of instructions were added to the opcode tables, no-one

Re: ** ASMA030E Invalid literal usage - =CL8'MARTINWH'

2012-07-01 Thread Paul Gilmartin
On Jul 1, 2012, at 11:35, Jonathan Scott wrote: Ref: Your note of Sun, 1 Jul 2012 15:44:53 +0200 HLASM does not allow literals unless the relevant instruction operand in the opcode table is marked to say that a literal is allowed. Why? An address expression should be an address

Re: ** ASMA030E Invalid literal usage - =CL8'MARTINWH'

2012-07-01 Thread Scott Ford
David, I am bit surprised no one reported the problem, maybe the usage of the LPP instruction is not so common, not sure Scott ford www.identityforge.com On Jul 1, 2012, at 12:38 PM, Jon Perryman jperr...@pacbell.net wrote: I don't see LPP in the POP manual. Is it an instruction or a macro?

Re: Detecting RMODE at assembly time

2012-07-01 Thread Edward Jaffe
On 6/30/2012 9:32 AM, Paul Gilmartin wrote: Does the z hardware support 64-bit I/O? Of course! CCW-based channel programs support 64-bit IDAWs (and MIDAWs). zHPF channel programs, with or without TIDAWs, are natively 64-bit. -- Edward E Jaffe Phoenix Software International, Inc 831 Parkview

Re: ** ASMA030E Invalid literal usage - =CL8'MARTINWH'

2012-07-01 Thread Martin Truebner
Scott, ... maybe the usage of the LPP instruction is not so common ... You hit the nail rite into the camels back (or so). z/OS gives you HIS (which covers all aspects and circumstances that LPP might/can/is usefull to be used) - z/LINUX uses (most of the time) a different assembler So