- ABSENT
The ABSENT function tests for the absence of an object.
- CONTAINSERRORS
The CONTAINSERRORS function tests a valid object to see whether it contains any objects in error.
- DELETEFILE
The DELETEFILE function returns the status of a file deletion command as a single number. DELETEFILE returns 0 for successful file deletion or the appropriate error code if file deletion was not successful.
- ISALPHA
You can use ISALPHA when you need to know whether a text string is all alphabetic characters.
- ISERROR
The ISERROR function tests an object to see if it is in error.
- ISLOWER
The ISLOWER function tests a text object to see if it contains all lowercase alphabetic characters.
- ISNUMBER
The ISNUMBER function tests a text object to determine whether it contains all numeric characters.
- ISUPPER
The ISUPPER function tests a text object to determine whether it contains all uppercase alphabetic characters.
- MEMBER
Use MEMBER when you need to know whether an object occurs within a series.
- NOT
Use the NOT function to test a condition and have it return the inverse of its "true" or "false" result. For example, you want the function to return "true" if the condition results in "false".
- OFFSET
Use the OFFSET function when you need to know the position of a particular data object within its card object.
- OR
Use the OR function to test whether one of a series of conditions is true.
- PARTITION
The PARTITION function checks to see if an occurrence of an object belongs to a certain partition. If the object is that partition, "true" is returned. Otherwise, "false" is returned.
- PRESENT
The PRESENT function tests for the presence of an object.
- SIZE
The SIZE function returns an integer representing the size of a specified object, exclusive of any pad characters.
- TESTOFF
The TESTOFF function tests a specified bit in a binary number item to see whether it is off.
- TESTON
The TESTON function tests a specified bit in a binary number to see if it is on.
- VALID
You can use the VALID function to perform conditional processing based on whether an external interface function executes successfully.