AS10G  RPG IV Programming Advanced Workshop for IBM i

Duração:     4 Dias

Nível:           Básico

Audiência:   Operations , Systems Administrator

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

This course teaches additional skills and techniques to programmers who can already write comprehensive RPG IV programs.

This class offers a comprehensive discussion of some of the advanced features and functions of RPG IV. This class is designed to enable an experienced RPG IV programmer to develop and maintain RPG IV programs of an advanced level using the latest features and techniques available in the IBM i RPG IV compiler.

PREREQUISITOS

You must have attended these courses (or have equivalent experience):

  • Introduction to IBM i for New Users (OE98G)
  • IBM i Technical Introduction  (OL4AG)
  • RPG IV Programming Fundamentals Workshop for IBM i (AS06G)

You should be able to:

  • Use a Windows-based PC
  • Run PC applications using menus, icons, tool bars, and so forth
  • Use address pointers and user spaces in RPG IV programs
  • Write and maintain display programs using subfiles
  • Develop ILE modular objects and package them in service programs
  • Use the IBM i debugger with RPG IV programs
  • Explain the behavior of error handling and percolation in ILE
  • Code an ILE error handling program
  • Call application program interfaces (APIs) from RPG IV program
  • Use C functions in RPG IV programs
  • Parse XML in RPG IV programs

Day 1

  • Unit 1 - Welcome and administration
  • Unit 2 - Using subfile displays Exercise 1 - Inquiry subfile with search
  • Exercise 2 - Modularize vendor subfile search Exercise 3 - Page + 1 and PageDown Exercise 4 - Add PageUp
  • Exercise 5 - Add SFLPAG = SFLSIZ Exercise 6 - Add maintenance

Day 2

  • Unit 2 - Using subfile displays (continued)
  • Exercise 6 - Add maintenance (continued) Unit 3 - Using the debugger
  • Exercise 7 - Debugging an RPB IV program
  • Unit 4 - ILE error handling and condition handlers Exercise 8 - Enhancing the condition handler

Day 3

  • Unit 5 - Basic API programming
  • Exercise 9 - Using system APIs I Exercise 10 - Using system APIs II  Unit 6 - Using RPG Compiler directives
  • Exercise 11 - Using conditional compiler directives
  • Unit 7 - Using pointers, user spaces, and dynamic memory Exercise 12 - Using list APIs

Day 4

  • Unit 8 - Using C functions
  • Exercise 13 - Using C IFS functions Exercise 14 - Using C library functions Unit 9 - Using XML in RPG IV
  • Exercise 15 - Enhancing the xml-into program