1 10/17/84 valid_pictured_data, vpd 2 3 4 Syntax as an active function: [vpd pic_string values] 5 6 7 Function: returns "true" if all values can be formatted via 8 pic_string, "false" otherwise. 9 10 11 Arguments: 12 pic_string 13 is a valid PL/I picture. 14 values 15 is a string to be edited into the picture. 16 17 18 Notes: For information on PL/I picture and picture strings, see the 19 PL/I Reference Manual (Order No. AM83) or the PL/I Language 20 Specification (Order No. AG94).