About IBM i Operating System in more detail
IBM i Operating System in more detail
Module Content
IBM i Operating System in more detail
Diving into the IBM i Ecosystem
MEMBERS ONLY
Introduction to the IBM i system menu
IBM i Libraries and Objects
The Integrated File System (IFS) is a file system used in IBM i Power Systems (also used on the older AS/400 and iSeries machines). It operates as a storage system that replicates the classic folder/document folder used by Unix and windows systems. It allows full operability with these other systems.
Library List, Types and Objects in more detail
We all know that a database stores data - but what is the difference between a Table, a Physical File, a Logical File, a View, an Index?
Let's go through a code example of creating a *PF - Physical File
Let's go through a code example of creating a *LF - Logical File
DDS Definitions for Physical File - How to Create a file with Default Values
WRKACTJOB - Work With Active Jobs
Journaling is a function which records the changes in a file in a journal. These record images are used to recover the changes in the file should the system ends abnormally. Commitment control is a function that allows you to define and process a no of changes to database files as a single unit (transaction).