iSeries™ users can access remote VSAM data sets with iSeries System/36-Compatible RPG II or ILE RPG programming language.
However, not all ILE RPG processing methods selected by the file description specifications can access remote VSAM data sets. Refer to the following tables to determine which file description specifications to use. If a file description specification other than what appears in these tables is used, CICS/DDM rejects the request for opening the file.
Type of processing | Column number | ||||||
---|---|---|---|---|---|---|---|
15 | 16 | 19 | 28 | 31 | 32 | 66 | |
Consecutive | I |
P |
F |
||||
Add Records Only | O | A |
Type of processing | Column number | ||||||
---|---|---|---|---|---|---|---|
15 | 16 | 19 | 28 | 31 | 32 | 66 | |
Consecutive | I |
P |
F |
||||
Random by Chain |
 I |
C |
F |
R |
A |
||
Random by Addrout | I |
P |
F |
R |
I |
||
Consecutive, Random or both |
I |
F |
F |
A |
|||
Note: A K must
be used in column 53 and RECNO must be in columns 54 through 59 to
indicate relative record number processing.
|
Type of processing | Column number | ||||||
---|---|---|---|---|---|---|---|
15 | 16 | 19 | 28 | 31 | 32 | 66 | |
Sequential |
I |
P |
F |
L |
I |
A |
|
Random by Chain |
I |
C |
F |
R |
I |
A |
|
Random by Addrout | I |
P |
F |
R |
I |
I |
|
Sequential, Random or both |
I |
F |
F |
I |
A |
||
Add Records Only | O | I | A |
Type of processing | Column number | ||||||
---|---|---|---|---|---|---|---|
15 | 16 | 19 | 28 | 31 | 32 | 66 | |
Sequential |
I |
P |
F |
L |
I |
||
Random by Chain |
I | C | F | R | I | ||
Random by Addrout | I |
P |
F |
R |
I |
I |
|
Sequential, Random or both |
I | F | F | I |