how can we establish a link between two maps using a cobol
application program....lets say how can u use 'back' in a
map ..to come back on previous .

Answer Posted / madhuri tungal

as kumar said... linking of two maps is nothing but
transfering of control and that can be achieved by
LINK (control will be returned back to main program)
or
XCTL (control wil not be returned back to main program).

to come back to main program or transfer control to any
program use following command:

exec cics return(transaction-id) end-exec.

above command will transfer the control to program
associated with transaction-id.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?

671


How errors are handled in CICS programs?

643


Explain cedf transaction commands?

622


What are the types of important programs that are used in the cics?

607


Specify the requirements for automatic task initiation?

564






Explain how can you accomplish breakpoint in intertest?

580


Particular area has been affected in cics screen, what is the process to find?

8530


what is the differences between getting the system time with eibtime and asktime command?

585


Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?

585


Define the term function request shipping?

573


What is the eib parameter?

617


In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?

569


What is eib?

642


Explain the difference between pseudo-conversational and conversational?

563


Which commend used for terminating a browser operation?

492