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

How to test CICS, MainFrame applications

12 Answers   Covansys,


CICS and DB2 can exist in the same region under the Operating system (True or False)

2 Answers  


Define an aey9 abend?

0 Answers  


What are the CICS commands associated with transient data queue processing?

1 Answers  


if we want to add new column in the db2 table.How can add in the copybook?

2 Answers  


Explain how can you accomplish breakpoint in intertest?

0 Answers  


What does it mean when EIBCALEN is equal to zeros?

6 Answers   ADP, IBM, L&T, Satyam, TATA,


How can you start a CICS transaction other than by keying the Transaction ID at the terminal?

5 Answers   IBM,


Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?

0 Answers  


Explain the difference between link xctl?

0 Answers  


what is the use of tsq and tdq....at what situation we need to use this...pls tell me....

2 Answers   Kanbay,


In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?

2 Answers   IBM,


Categories