Validate
Validates a BMS map against the current screen and verifies that a specific map has been received from the CICS server.
Validate (screenRef as Object, mapname as String) as Boolean
Validate (screenRef as CclOScreen, mapname as String) as Boolean
- screenRef
- CclOScreen object
- mapname
- String
value supplied in
<mapname>.BASfile generated from the source BMS by the CICSBMSC utility.
Possible return values are:
- TRUE
- Specified BMS map matches current screen contents.
- FALSE
- Specified BMS map does not match current screen contents
If TRUE is returned, the FieldByName method can be used to access fields using their BMS name.