HRS City/State Separation Utility

Cobol

HRS uses a single field to store city and state information. Many functions require these to be separate fields.

From a Cobol program, this module is called as follows:

CALL 'IS9055A' USING HPARM1 HPARM2 HPARM3 HPARM4

where these are defined as follows:

  1. Subroutine Return Code -- 1 byte/output
  2. Combined City/State Field -- 25 bytes/input
  3. City Field -- 20 bytes/output
  4. State Field -- 2 bytes/output

  • No JCL changes are required to invoke this procedure.