System i Resources
enskill.com

 

Onsite Classes
Expert System i training comes to you! RPG, SQL, WDSc and more.
 

DVD Training
Self-paced RPG IV classes and labs on your schedule.
 

System i Books
from leading System i authors.
 

e-Learning
Live instructor, no travel. Attend from your office or home.
 

Usage Conventions

In some syntax illustrations, the following characters have special meaning:

Arguments separated by vertical bars ( | ) indicate that only one of the shown values may be entered for the argument. For example, in the following syntax illustration,

 DFTACTGRP(*NO | *YES)

either of the following entries would be valid:

 DFTACTGRP(*NO)
 DFTACTGRP(*YES)

Arguments enclosed in curly braces ( { } ) are optional arguments. For example, in the following syntax illustration,

 %KDS(data-structure-name {: num-keys})

either of the following entries would be valid:

 %KDS(MYDS)
 %KDS(MYDS : 2)

Index | HomePage | Programming | Usage Conventions