Idea about WAAPDSUT programs

High Level Assembler(HLASM) for MVS & VM & VSE
User avatar
sergeyken
Posts: 458
Joined: Wed Jul 24, 2019 10:12 pm
Skillset: Assembler, JCL, Utilities, PL/I, C/C++, DB2, SQL, REXX, COBOL, etc. etc. etc.
Referer: Internet search

Re: Idea about WAAPDSUT programs

Postby sergeyken » Thu Dec 12, 2024 7:47 pm

JBUGGE wrote:Does anyone recall the WAAPDSUT syntax for the TM operand (test under mask)? Coding the following and getting ** MAJOR ERRORS **.

02 TM 84(02,RX),=X'04'
*** ERROR *** C16 INVALID BASE SPECIFICATION
*** ERROR *** C10 COMMA OMITTED BETWEEN OPERANDS

Thanks in advance.


1. Do not tailgate an obsolete topic.

2. The instruction TM has format SI (in case you know what it is?)

Code: Select all

   TM   displacement(base),value
* such as
   TM   84(02),X'04'


3. The post needs to be moved to the beginners section.
Javas and Pythons come and go, but JCL and SORT stay forever.