Assembler Language Coding Workshop

Schedule

Start End Duration Location Details

Course Details

Assembler Language Coding Workshop

Course code: ES34G

Duration: 5 Days

Course Description:

This classroom hands-on lab course provides an introduction to the mainframe Assembler language. The course is designed to develop the skills appropriate to write and/or maintain programs and routines written in S/370 or S/390 Assembler Language. Emphasis is placed on enhancing skills in problem resolution through program check interruption analysis and dump reading. 

Course Objectives:

After taking this course, you should be able to:

•    Recognize architectural features, such as instruction formats, data representation, storage addressing, and so on, which are significant to program analysis
•    Identify point of program interruption, using the formatted system dump and elements of information such as the Program Status Word (PSW), the Instruction Length Code (ILC), the program's base register(s), and so on
•    Identify appropriate standards for assembler programs in terms of program organization, register conventions, coding practices, documentation, and so on
•    Code and debug assembler language programs which:
•    Conform to standard linkage conventions using save area chaining
•    Define and use various types of data definitions, including fixed point binary, character, hexadecimal, and packed decimal
•    Employ standard macros such as CALL, SAVE, RETURN
•    Use various Assembler Language statements such as CSECT, EQU, COPY, END
•    Use both symbolic and explicit notational forms for instructions
•    Use data literals appropriately, and explain the use of LTORG to direct positioning of the literal pool
•    Create and use appropriate patterns for EDIT instructions

Intended Audience:

•    This intermediate course is for application programmers and/or beginning system programmers who code, maintain and/or debug application support programs or subroutines written in S/370 or S/390 Assembler Language.

Course Outlines:

•    Day 1
o    Welcome
o    Unit 1 - Numbering systems
o    Unit 2 - Mainframe architecture
o    Unit 3 - Assembler syntax
o    Overview of instructions: LA, LR, LTR, MVC, DS, DC
o    Exercise 1 - 80/80 listing
o    Exercise 1A - 80/80 listing

•    Day 2
o    Exercise 1 review
o    Unit 4 - Data definition statements
o    Unit 5 - Fixed-point binary instructions
o    Exercise 2 - Binary data

•    Day 3
o    Exercise 2 review
o    Unit 6 - Addressing, comparing, and branching
o    Unit 7 - Data movement instructions
o    Exercise 3 - Text handling

•    Day 4
o    Exercise 3 review
o    Unit 8 - Assembler pseudo instructions
o    Unit 9 - Reading dumps
o    Unit 10 - Packed decimal processing
o    Exercise 4 - Packed data/editing

•    Day 5
o    Exercise 4 review
o    Unit 11 - Miscellaneous instructions
o    Course wrap-up