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 |
Explain cedf transaction commands?
How do you execute a background CICS transaction ?
What is a mapset?
What is the common systems area (CSA)?
In case you modify the attribute field of map do you need to recompile the map?
What is quasi rentrancy concept in CICS?
What are the databases that CICS can access?
What is DFHAID? what is its use?
Can you explain exec cics handle condition command?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What is meant by pseudo-conversation?
Explain how to handle exceptional conditions in CICS.