View previous topic :: View next topic |
Author |
Message |
mdisulaiman Beginner
Joined: 14 Nov 2003 Posts: 17 Topics: 10
|
Posted: Fri Dec 12, 2003 11:01 pm Post subject: non-vsam files |
|
|
hi all,
can any one explain me the process for accessing an non-vsam file using cics.
bye _________________ sulaiman |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Mon Dec 15, 2003 1:58 am Post subject: |
|
|
Tell us what kind of dataset you are talking about, then we can answer. |
|
Back to top |
|
 |
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Mon Dec 15, 2003 6:26 am Post subject: |
|
|
A sequential file or a a PDS member can be accessed by defining it as an extra-partition transient data queue. This definition will either be in a macro defined DCT (older method) or a TDQUEUE RDO definition (current method). Your CICS systems programmers will tell you what info they need from you to set up such a definition, but basically you end up with a four character CICS TDQ name associated with your dataset, and you use this in EXEC CICS READQ TD commands to read the records from the dataset. |
|
Back to top |
|
 |
|
|