Joined: 21 Nov 2005 Posts: 31 Topics: 10 Location: Orange County, California
Posted: Thu Jun 19, 2008 4:41 pm Post subject: EXTENDED ATTRIBUTES IN A BMS MAP
I would like to be able to use extended attributes on a map to cause an error message to blink. However, when I assemble the map, I can't seem to get the extended attribute output in the DSECT that is copied into the CICS program. Here's the mapset and map definition
When the cobol program compiles, none of the fields in the map have the extended attribute bytes. I need to get field NPRIME to blink. What am I doing wrong? _________________ Thanks,
PCMOONBEAM
Are you are using SDF2 to create/generate your map?
You can use extended attributes in SDF2 in the following manner:
Go to 1 (PANEL EDITOR) --> Select your panel for editing --> Select 1 (CHARACTERISTICS) --> press PF8.
You can see Highlight, Color etc. Select whichever attributes you require. Now when you generate your map you will get those variables in your symbolic map. For blinking your text just see what attributes you need to populate in the highlight attribute byte.
I was reading through cics programming guide and I see the following note in regards tO DSATTS, I belive you have to specify DSATTS if you want that field to be generated in the symbolic map
"The DSATTS option tells BMS that we want to alter the highlighting of some fields at execution time, and therefore it should produce
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum