How are VSAM files Read in CICS pgms?
Answers were Sorted based on User's Feedback
Answer / sri
CICS programs uses all VSAM files. That is ESDS, RRDS and
KSDS.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / lalitha devi
using
EXEC CICS read/write
----
----
rba,rrn // if it is a ESDS OR RRDS file
end-exec.
if it a KSDS file there is no need to specify any keys.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ashwaq
cics uses only vsam file rather than non-vsam file
vsam file like esds,ksds,rrds.
esds-rba
ksds-keys
rrds-rrn
read and write command are used in cics
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
What is the difference between pct and fct?
What are the types of performs in COBOL? How does perform thru work, give example.
What is CEBR?
What does a cics translator do?
Can you define mapset?
What are the parameters that you have to give when you are using the CSSN transaction?
Explain the significance of rdo?
How many conditions can you include in a single HANDLE CONDITION command?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
plz give the syntax for receive map and receive text cmds in cics
Define communication area?