In online I am maintaining one field which is always coming as upper case irrespective of I enter uppercase or lowercase.It's an VSAM KSDS file.Output which I am expecting is if I give online input in lowercase then it should save as lowercase only.As per my knowledge it can be done by mapset (FIELD ATTRIBUTES) or file properties or some CICS options.But presently I don't know exactly what is happening.Could you please provide me the details of mapset or file options which can solve this if it exists.
While you are receiving the input through EXEC CICS RECEIVE command, use ASIS option which would enable you to receive in which ever way you enter in the terminal ( upper case or lower case ).
Hope this helps.