Previous Topic: KeywordsNext Topic: VOLINFO


UPDATE Example

This example demonstrates how you use UPDATE to limit updates to particular record positions. It changes all occurrences in the file of the string '913' to '417' starting at position 54 of the input record to position 83.

UPDATE,
  CHANGE(54,30,EQ,C'913',C'417',ALL)