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

Explain the significance of rdo?

0 Answers  


What are the three BMS options ?

3 Answers  


Can a tsq of one particular transaction be accessed from an alternate transaction?

1 Answers  


Explain what is a cursor in cics sql processing?

0 Answers  


Add a field to screen when what's the flow of impact?

0 Answers   Keane India Ltd,






What is an ASRA?

2 Answers   IBM,


What is the attribute byte?

2 Answers   IBM,


How ENQ and DEQ used in CICS?

0 Answers  


Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.

2 Answers   IBM,


What are the three ways available for a program to position the cursor on the screen?

2 Answers   IBM,


Kindly specify the pic clause for the hhmmss type of data fields?

0 Answers  


What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you

2 Answers  


Categories