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 |
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?
What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
What are the terms cics generally means?
What is a transid and explain the system transid CEMT?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
What is meant by program reentrance?
Can you define ppt and what are its uses?
What is the EXEC CICS HANDLE ABEND?
Explain the function of the load command?
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?
how we change the vsam file name in cics rigion? anybody elobrate this?