

Accessing Auxiliary Storage: FILE › Work with DL/I Databases › FILE Functions for DL/I Databases › Example
Example
To add a new 100 byte SKILL segment whose key is ENGINEER, follow these steps:
- Specify the following, and then press Enter:
FUNC= ADDN
SIZE= 100
- Change the segment.
- Specify the following:
FUNC= ISRT
SSA= SKILL (SKILCODE= ENGINEER)
- Press Enter.
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|