I use 0H if it is the beginning of a section of code and there might be an 
odd-length DC in front of it. But I use * when I am jumping around one 
instruction. 

Revealing my age, I got in the habit of using EQU rather than labeled machine 
instructions because if you are using punched cards and need to insert a new 
instruction right after the label, you only have to punch one card if you used 
EQU, but two if you put the label on a machine instruction.

Charles


-----Original Message-----
From: IBM Mainframe Assembler List [mailto:[email protected]] On 
Behalf Of Mike Shaw
Sent: Monday, June 1, 2020 1:52 PM
To: [email protected]
Subject: Re: z/OS HLASM: EQU for statement labels

I agree with Gerhard; I was taught and use

label    DS    0H

for labels instead of EQU.

Reply via email to