What is the CICS command that is used to copy a screen
image of a terminal into another terminal?
EXEC CICS ISSUE COPY
TERMID(terminal-id)
END-EXEC
| Is This Answer Correct ? | 2 Yes | 0 No |
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)
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 .
Particular area has been affected in cics screen, what is the process to find?
The READ command with INTO option will read the record specified into the data area specified (True or False)
An XCTL uses more CPU time than LINK (True or False)
What is the CICS Command that is used for reading a record from the TDQ?
What is the primary function of the Sign-on Table?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
What is a cursor in CICS sql processing?
How do you get data from a task that began with a START command?
What is the difference between a Symbolic map and Physical map ?