Previous PageTable Of ContentsIndexNext Page


1 INTRODUCTION

1.1 Procedure Names


Icon1 INTRODUCTIONIcon

This manual describes the use of the Assembler programming language at the NIH Computer Center. This manual is intended to give programmers the Assembler information they need in order to create new programs and to maintain programs running on the MVS South System. The information in this manual should be used in conjunction with the Computer Center User's Guide, Batch Processing and Utilities at NIH, and the manuals described in Section 3 of this publication.

The Assembler programming language receives full (Level 1) support. Questions on Assembler should be directed to the Technical Assistance and Support Center (TASC), either by phone at (301) 594-3278 or by submitting a Problem Tracking Report (PTR). There are several methods of submitting a PTR:

· World Wide Web

· Electronic Mail

· ENTER PTR

Changes that affect the use of Assembler will be fully tested and pre-announced through the Interface newsletter. For a full description of Level 1 support, see the NIH Computer Center User's Guide.

The IBM Operating System Assembler is a symbolic programming language used to write programs for the MVS System. The language provides a convenient means for representing the machine instructions and related data necessary to program the MVS System. The NIH Computer Center uses the IBM High Level Assembler program product.

No Federal Information Processing Standard (FIPS) has been established for this language. Programs written in languages meeting FIPS standards can be transported more readily between federal installations and different vendors' mainframes. Federal policy encourages the use of languages with FIPS standards.

1.1 Procedure Names

Note: the Binder now performs the link-editing functions previously performed by the Linkage Editor.

The procedure names for Assembler Language are:

ASMHCOMP

ASMHOBJ

ASMHLKGO

ASMHLDGO

ASMHLKMM

ASMHLKSM

ASMHCALL

Each procedure name follows the pattern:

The meaning of each function is given below:

In the examples throughout this manual, the following conventions apply:


Using Assembler Language at the NIH Computer Center - September 1998
Comments

Previous PageTop Of PageTable Of ContentsIndexNext Page