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 |
How to test CICS, MainFrame applications
CICS and DB2 can exist in the same region under the Operating system (True or False)
Define an aey9 abend?
What are the CICS commands associated with transient data queue processing?
if we want to add new column in the db2 table.How can add in the copybook?
Explain how can you accomplish breakpoint in intertest?
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?
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?
Explain the difference between link xctl?
what is the use of tsq and tdq....at what situation we need to use this...pls tell me....
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?