Search for tag: "developers"

Hybrid by Design for Application Modernization and AI in the Finance Industry

Every minute an app developer spends on overhead tasks instead of focusing on writing business code slows down innovation. In fact, a recent research study by Enterprise Strategy Group (ESG) found…

From  chq_master_librarians

Demo: Go running in a native z/OS Container platform

Since their introduction, containers have been a main part of application development due to their portability and efficiency. With the release of the z/OS Container Platform (zOSCP) 1.1, developers…

+7 More
From  55000AJF1R 55000AJF1R

A developer's approach to payment innovation

The IBM Payments Center® provides developers with a secure sandbox to experiment with payments service development, innovation and collaboration. The sandbox helps developers in test environments…

+10 More
From  6640021CYJ 6640021CYJ

Unit 15, Section 4: Test program revisited

This video describes code to generate the needed declares, the code to generate the source assignments, and what is produced from the test program shown in a previous video (Unit 15, section 1).

+5 More
From  ZTPS - Z SW video management

Unit 15, Section 3: Conditional compilation directives

This video describes how to create code that is conditionally compiled in (or out) depending on expressions.

+5 More
From  ZTPS - Z SW video management

Unit 15, Section 2: Macro definition directives

This video describes definition directives in C and PL/I, the PL/I macro facility, macro variable data and storage attributes, macro string- and text-handling built-in functions, the MDECK compiler…

+5 More
From  ZTPS - Z SW video management

Unit 15, Section 1: File inclusion directives

This video describes test case generation, compares including files in C versus PL/I, and how to use %INCLUDE and %XINCLUDE statements.

+5 More
From  ZTPS - Z SW video management

Unit 14, Section 3: Built-in functions useful in data checking

This video describes built-in functions that you can use for data checking: TRIM, INLIST, VERIFY, and BETWEEN.

+5 More
From  ZTPS - Z SW video management

Unit 14, Section 2: Based storage with non-constant extents

This video describes C flexible arrays, the based structure in PL/I and the refer attribute, and implicit locator qualification.

+5 More
From  ZTPS - Z SW video management

Unit 14, Section 1: Passing a parameter to main in PL/I

This video describes how to specify that main has a parameter.

+5 More
From  ZTPS - Z SW video management

Unit 13, Section 3: The ternary operator in PL/I

This video describes the ifthenelse built-in function and PL/I array statements.

+5 More
From  ZTPS - Z SW video management

Unit 13, Section 2: Types of storage classes in PL/I

This video describes default types of storage classes: package-level and procedure-level. This video also covers explicit storage classes: automatic, constant, and static.

+5 More
From  ZTPS - Z SW video management

Unit 13, Section 1: The Towers of Hanoi and the RECURSIVE function

This video and others in this unit describe how you can write PL/I code to solve the Towers of Hanoi problem, which is a mathematical game or puzzle consisting of three rods and a number of disks of…

+5 More
From  ZTPS - Z SW video management

Unit 12, Section 3: Declaring function prototypes

This video describes simple qsort parameters in PL/I and function pointers.

+5 More
From  ZTPS - Z SW video management

Unit 12, Section 2: By reference and by value

This video compares how in C, all parameters are passed by value. However, in PL/I, by default, parameters are passed by reference.

+5 More
From  ZTPS - Z SW video management

Unit 12, Section 1: Declaring a function

This video compares how you declare a function in both C and PL/I. The video also talks about prototyping functions in PL/I.

+5 More
From  ZTPS - Z SW video management