Hello,
I am trying to set up a table. Each entry will have two values, say FLD1 and FLD2. I search on FLD1, and if I find a match, I want to branch to the tagname specified in FLD2, and process accordingly for each FLD2 tagname in the program. I have the FLD2 name in a DSECT table record. But how do I build a branch instruction pointing to the tagname in FLD2?
