Previous Topic: Adding a DL/I SegmentNext Topic: Copy a DL/I Segment


Example

To add a new 100 byte SKILL segment whose key is ENGINEER, follow these steps:

  1. Specify the following, and then press Enter:
    FUNC= ADDN 
    SIZE= 100
    
  2. Change the segment.
  3. Specify the following:
    FUNC= ISRT
    SSA= SKILL (SKILCODE= ENGINEER)
    
  4. Press Enter.