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>.BAS file 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.


Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tg_latest/help/topic/com.ibm.cics.tg.doc//proref/hrfo069.html