What is the command that is used to add a new record to the
file?
Answer / anna
with WRITE command
exe cics
WRITE FILE(filename)
FROM(data-area)
RIDFLD(data-area)
KEYLENGTH(data-value)
LENGTH(data-value)
end-exec
| Is This Answer Correct ? | 3 Yes | 0 No |
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?
Explain the maps in cics?
What are the classifications of the cics program?
What is CICS ?
What is the difference between pct and fct?
What are the three ways available for a program to position the cursor on the screen?
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
Name and explain some common CICS abend codes?
Which is the program which determines whether a transaction should be restarted ?
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?