IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

CICS Protected Fields


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Maddipatla Rajasekhar

New User


Joined: 10 Mar 2009
Posts: 16
Location: Hyderabad

PostPosted: Wed May 18, 2011 11:29 am
Reply with quote

Hi,

--> I am using SDF-II to define a map and in the map i am defining the fields with attributes "PR BR GR SK", but the fields are behaving the opposite way in CICS region ( they are unprotected)

The programming language is COBOL. The requirement is im fetching the data from the database and displaying it on the screen which should be un-editable

I am not able to find the reason for it, can anyone clarify that

Thank You..!!
Back to top
View user's profile Send private message
Stefan

Active User


Joined: 12 Jan 2006
Posts: 110
Location: Germany

PostPosted: Wed May 18, 2011 12:06 pm
Reply with quote

Maddipatla Rajasekhar wrote:
Hi,

--> I am using SDF-II to define a map and in the map i am defining the fields with attributes "PR BR GR SK", but the fields are behaving the opposite way in CICS region ( they are unprotected)

The programming language is COBOL. The requirement is im fetching the data from the database and displaying it on the screen which should be un-editable

I am not able to find the reason for it, can anyone clarify that

Thank You..!!

There are several points which might have given you trouble.

    - The BMS macro has not been assembled.
    - The BMS macro has not been refreshed in CICS after assembly with CEMT SET PROG(macroname) NEW.
    - The program overwrites the field attribute before EXEC CICS SEND.

Check all of these possible error causes carefully.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top