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

What is the meaning of the ENQ and DEQ commands?

1 Answers   IBM,


What is the CICS supplied transaction which performs syntax checking of a CICS command?

3 Answers  


What is an AEY9 abend ?

4 Answers   IBM, Xansa,


how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________

1 Answers   L&T, TCS, Wipro,


What are the types of the dfhmdf present in the cics?

0 Answers  






What is the difference between pct and fct?

0 Answers  


What other file control processing commands are used for file updating?

1 Answers  


How errors are handled in CICS programs?

0 Answers  


What command do you issue to delete a record in a transient data queue ?

1 Answers   IBM,


What is quasi rentrancy concept in CICS?

1 Answers   HCL,


What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).

2 Answers  


Name at least one of the ways by which a transaction can be terminated?

0 Answers  


Categories