plz give the syntax for receive map and receive text cmds
in cics



plz give the syntax for receive map and receive text cmds in cics..

Answer / krishna

receive (terminal): retrieve input data from a terminal
EXEC CICS RECEIVE INTO(data-area)
LENGTH(ws-len)
END-EXEC.



receive map: receive data from a terminal via BMS
EXEC CICS RECEIVE MAP(name)
MAPSET(name)
INTO(data-area)
LENGTH(ws-len)
END-EXEC.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More CICS Interview Questions

When there are 2 records with the same key specified in a DELETE operation what will happen?

2 Answers  


Can dynamic calls be used in CICS?

0 Answers  


what is eib, how is can be used?

0 Answers   IBM,


how do you fire a batch job from a cics txn ?

0 Answers   IBM,


plz give the syntax for receive map and receive text cmds in cics

1 Answers  


What is the main function of the sign-on table?

0 Answers  


Which commend used for terminating a browser operation?

0 Answers  


If we say that bms length of field = 0, then what does that mean?

0 Answers  


What is the command used for receiving a map from a terminal?

1 Answers  


Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers  


What are the CICS commands associated with temporary storage queue processing?

2 Answers  


What is the pcp in the cics?

0 Answers  


Categories