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 the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
How can we code a program such that we will never get a MAPFAIL error?
What is EXEC CICS RETRIEVE ?
name the command that is used to dump the main storage areas related to a task?
Which transient data queue supports ATI?
Explain the difference between link xctl?
What are the 3 common ways to create maps?
What is the name of the log which contains the information needed to restart the system, including the task
How many ways are there for initiating a transaction?
What is the CICS command that is used to receive the un- formatted data from the terminal?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
Explain the primary significance of intra-partition and extra-partition tdqs ?