How can the fact that EIBCALEN is equal to zeros be of use
to an application programmer?
Answer / krishnakumar
Using EIBCALEN one can check whether any data was passed
through COMMAREA during LINK or XCTL command
Is This Answer Correct ? | 4 Yes | 0 No |
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
What is the common work area (CWA)?
What is the difference between a physical BMS mapset and a logical BMS mapset?
What does it mean when EIBCALEN is equal to zeros?
6 Answers ADP, IBM, L&T, Satyam, TATA,
What is cics load command?
what are the differences between DFHCOMMAREA and TSQ ?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
What do you mean by CEMT?
are we use the group by clause in cursors?