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 difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?

3 Answers  


What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?

1 Answers  


What are the terms cics generally means?

0 Answers  


What is a transid and explain the system transid CEMT?

1 Answers   IBM,


Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?

2 Answers   Accenture,






What is meant by program reentrance?

1 Answers   Amdocs,


Can you define ppt and what are its uses?

0 Answers  


What is the EXEC CICS HANDLE ABEND?

2 Answers   IBM,


Explain the function of the load command?

0 Answers  


suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?

1 Answers   Bank Of America, Cap Gemini, IBM, RBS,


Where are transient data sets defined to CICS?

4 Answers  


how we change the vsam file name in cics rigion? anybody elobrate this?

3 Answers   IBM,


Categories