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

automatic transfer of control


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

New User


Joined: 25 Feb 2005
Posts: 2

PostPosted: Tue Apr 12, 2005 2:43 pm
Reply with quote

hi..
i want to automatically transfer the control from one map to another.
i have two maps.
on first map i have a un protected field, i want to send second map as soon as that field is filled, with out pressing any key.
please tell me the logic.
sudershan kumar
Back to top
View user's profile Send private message
ksrinivas

New User


Joined: 26 Mar 2005
Posts: 8

PostPosted: Thu Apr 14, 2005 3:44 pm
Reply with quote

you can know wheather the field in first map is changed by MDT.
if MDT=1 means the field is changed,
check for MDT if =1, send the second MAP.

I DONT KNOW HOW TO CHECK FOR MDT IN APPLICATION PROGRAM

can any one update me how to check the value of MDT in application program
Back to top
View user's profile Send private message
sudershan

New User


Joined: 25 Feb 2005
Posts: 2

PostPosted: Thu Apr 14, 2005 8:27 pm
Reply with quote

thats fine but how can we check for the mdt if the map is not received
and for receiving map we have to press any key
that's what i don't want . i want to surpass the key pressing action.
sudershan kumar
Back to top
View user's profile Send private message
sarma Kappagantu

New User


Joined: 17 Mar 2005
Posts: 22
Location: Bangalore

PostPosted: Wed Apr 20, 2005 7:10 pm
Reply with quote

Let us see what should have been there in CICS to make it possible.

The requirement is - the moment data is entered into a filed - some thing should happen. For this, the client should be able to execute some logic provided with it. This kind of thing is what created the terminology like - client side scripting and server side scripting.

In mainframe environment, can we write some scripts to run in the client, which can read the data being entered, go get some screen from mainframe, disply it on the screen?

Regards,
Sarma.
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 Dynamic file handler in the Fil... COBOL Programming 2
No new posts MFT File transfer problems All Other Mainframe Topics 5
No new posts Help Control-R IBM Tools 2
No new posts Try to understand IMS control block IMS DB/DC 0
No new posts Transfer TB of data from Mainframe to... All Other Mainframe Topics 2
Search our Forums:

Back to Top