ES34G  Assembler Language Coding Workshop

Duração:     5 Dias

Nível:           Básico

Audiência:   Business Analyst, Developer - Software

PRÓXIMAS SESSÕES
Início (AAAA-MM-DD) Fim (AAAA-MM-DD) Língua Preço
2023-11-06 2023-11-10 Português 3625 EUR 1405
2023-11-20 2023-11-24 Português 3625 EUR 1419
2023-12-04 2023-12-08 Português 3625 EUR 1433
2023-12-18 2023-12-22 Português 3625 EUR 1447
2024-01-15 2024-01-19 Português 3625 EUR 1475
2024-01-29 2024-02-02 Português 3625 EUR 1489
2024-02-12 2024-02-16 Português 3625 EUR 1503
2024-02-26 2024-03-01 Português 3625 EUR 1517
2024-03-11 2024-03-15 Português 3625 EUR 1531
2024-03-25 2024-03-29 Português 3625 EUR 1545
2024-04-08 2024-04-12 Português 3625 EUR 1559
2024-04-22 2024-04-26 Português 3625 EUR 1573
2024-05-06 2024-05-10 Português 3625 EUR 1587
2024-05-20 2024-05-24 Português 3625 EUR 1601
2024-06-03 2024-06-07 Português 3625 EUR 1615
2024-06-17 2024-06-21 Português 3625 EUR 1629
SÍNTESE

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.

PREREQUISITOS

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.

  • 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

Day 1

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

Day 2

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

Day 3

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

Day 4

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

Day 5

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