HP RPG/XL Programmer's Guide (30318-90001)

3-: 54
Columns 28-32 contain UNLCK to specify the unlock operation.
Columns 33-42 contain DACCOUNT to identify the data set to
unlock.
Columns 56-59 contain the same indicators used in line 10 and
they function the same way.
13 This line specifies the output operation for adding records to
the D-ACCOUNTS data set.
Column 15 is E to identify this record as an exception record.
Columns 16-18 are ADD to add records to the TurboIMAGE data set.
Columns 32-37 are ADDREC to name the GROUP Name for the record
to be added.
The following figure shows how to lock and unlock individual records in
the D-ACCOUNTS data set.
Figure 3-34. Manually Locking and Unlocking TurboIMAGE Data Set Records
Comments
1 This line defines the file, IDACCT.
2 This line defines the TurboIMAGE data set file, DACCOUNT.
Column 15 is U to indicate that DACCOUNT is updated.
Column 16 is C for CHAINed (random) access.
Column 66 is A to indicate that records are added to DACCOUNT.
3 This line specifies that DACCOUNT is part of the MARKET
database.