Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$FIPSCHK^XIPUTIL(): Check for FIPS Code

Reference Type: Supported, Category: Address Hygiene, ICR#: 3618

Description

The $$FIPSCHK^XIPUTIL extrinsic function answers the question as to whether or not a Federal Information Processing Standard (FIPS) code exists. It returns the following:

Format

  $$FIPSCHK^XIPUTIL(fips)

Input Parameters

fips:

(required) FIPS Code.

Output

returns:

Returns:

  • IEN—Internal Entry Number, if the FIPS code exists.

  • Zero (0)—FIPS Code does not exist.

Examples

Example 1

>S X=$$FIPSCHK^XIPUTIL("54041")

>W X
335

Example 2

>S X=$$FIPSCHK^XIPUTIL("54999")

>W X
0