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 |
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
For protecting a transaction using the transaction security function, the two things that must be done are?
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
How can u pass the control from one prog to another in CICS?
Explain how many conditions can you include in a single handle condition command?
what is the purpose of using link ?
What will be the length of the eibcalen ,if the transaction is used to cics first time?
What are the types of processes to create a map in cics?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
i would like to practise some programs in code some cics programs plz send the programs
How can we code a program such that we will never get a MAPFAIL error?
Can a tsq of one particular transaction be accessed from an alternate transaction?