IBM Support

Defining and Referencing Variables and Constants in High Level Assembler Part I

Question & Answer


Question

What are the assembler DC/DS operands, and how do I use them?

Cause

HLASM provides assembler directives for defining variables and constants

Answer

Assembler programs reference storage areas during program execution. The storage areas may be defined within the scope of the application program code or be located elsewhere in memory. High Level Assembler (HLASM) provides two assembler directives which an assembler application programmer uses to define these storage areas: DC (Define Constant) and DS (Define Storage). The key difference being DC will initialize the storage area, DS will not.

The attached pdf explains some of the details of these two instructions and shows examples of using them.

[{"Product":{"code":"SSENW6","label":"High Level Assembler and Toolkit Feature"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Assembler","Platform":[{"code":"PF035","label":"z\/OS"},{"code":"PF037","label":"z\/VM"},{"code":"PF038","label":"z\/VSE"}],"Version":"1.6","Edition":"Enterprise","Line of Business":{"code":"","label":""}}]

Document Information

More support for:
High Level Assembler and Toolkit Feature

Software version:
1.6

Operating system(s):
z/OS, z/VM, z/VSE

Document number:
206223

Modified date:
02 August 2018

UID

swg21598281

Manage My Notification Subscriptions