|
Go
![]() |
New
![]() |
Search
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
| <monte2000>
|
Hi there, Mark.
I spoke to the Product Manager and he said: We haven't seen anybody using ISAM files, now every file is a VSAM file. Try the following: Have a DUMMY root segment, SEGNAME=DUMMY FIELD =, A1,A1,$ SEGNAME=R1,PARENT=DUMMY,$ FIELD =RECTYPE,01,A2,A2,$ SEGNAME=R2,PARENT=DUMMY,$ FIELD= RECTYPE,02,A2,A2,$ SEG............ FIELD.......... There are good VSAM people in our Tech Support group, they might even have samples. Hope this helps, Monica |
||
|
|
Gold member |
ISAM files are not supported by IBM any longer, but some people do still use them. SUFFIX=ISAM in a MFD should still work (it invokes an earlier version of the FOCSAM interface that supports ISAM files). The syntax for SUFFIX=ISAM is similar to SUFFIX=VSAM though you don't get the latest and greatest features of the VSAM interface. The code example above of unrelated RECTYPEs with a DUMMY parent segment should work just fine for either ISAM or VSAM files. ISAM and VSAM files do not require an access file, just a master file description. Hope that helps. -Chris |
|||
|
| Previous Topic | Next Topic | powered by eve community |
| Please Wait. Your request is being processed... |
|

