Page 1 of 1

MAPSET

PostPosted: Fri Jan 17, 2014 4:38 pm
by itamar rocha
Hello,
I have a problem,
I have a mapset and there is some fields, and these fields have atributes.
I want to change the color those atributes!!
I know there is a field where I move a code.
How I change the color in the CICS program, and what is the code?
Is there a table with the code colors?
Thank you.

Re: MAPSET

PostPosted: Fri Jan 17, 2014 7:59 pm
by Terry Heinze
See DFHBMSCA in the CICS Application Programming Reference (Table 29).

Re: MAPSET

PostPosted: Fri Jan 17, 2014 10:04 pm
by itamar rocha
Thanks Terry,

Could you look the example below?

03 DTSISTL PIC S9(4) COMP.
03 DTSISTF PIC X.
03 FILLER REDEFINES DTSISTF.
05 DTSISTA PIC X.

If I want to move the color red:

move DFHBMRED to DTSISTF

rigtht?

Thanks again.

Re: MAPSET

PostPosted: Fri Jan 17, 2014 10:50 pm
by enrico-sorichetti
apart the lowly technicalities
does You approach agree with the presentation standards of Your organization ???

Re: MAPSET

PostPosted: Sat Jan 18, 2014 12:40 am
by Terry Heinze
I would have thought DFHRED. See Appendix A.8 at http://publibz.boulder.ibm.com/cgi-bin/ ... /CCONTENTS?
but like enrico says, many shops have conventions on what you can and cannot do when it comes to maps.

Re: MAPSET

PostPosted: Sat Jan 18, 2014 2:57 pm
by Monitor
Before you can use the color, the map has to be defined/generated to support color. Pls have a look at http://ibmmainframes.com/about1634.html or just google a bit.

Re: MAPSET

PostPosted: Tue Jan 21, 2014 9:28 pm
by itamar rocha
Thanks for the help,
I made a research in the other programs, and I think that I have a idea how to do.
Maybe my problem is , I have to set the color and the atribute at the same send.
It is possible? Because I've read that is possible to set just one atribute for send.
Thanks again.

Re: MAPSET

PostPosted: Tue Jan 21, 2014 9:53 pm
by prino
itamar rocha wrote:Maybe my problem is , I have to set the color and the atribute at the same send.
It is possible? Because I've read that is possible to set just one atribute for send.

You read? Mind sharing this source of disinformation?