PMDF System Manager's Guide


Previous Next Contents Index


test printable

Test whether all characters in a string are printable-string characters.

Syntax

test printable string

Command Qualifiers Defaults
None. None.

Parameters

string

String whose characters to test.

Description

The test printable command checks whether or not the characters in a string are all printable-string characters.


Examples

This example shows checking one string that does consist entirely of printable string characters, "abc", and another string that does not, "ab@".


% pmdf test -x400
X400> test printable abc
Yes 
X400> test printable ab@
No 


Previous Next Contents Index