hi friends,
i've written a program for creating indexed file and writing records into it.the compile jcl and run jcl are giving an error code of 0.but when i open my ps ,nothing is written in it .fs is returning an error code of 95.
the same prg when changed to sequential runs properly.try to solve my problem please.
bye,
lakshmi
It seems your cobol code is accessing a VSAM file. a KSDS or ESDS I believe, you should define as a VSAM file and not as a PS file (difference is in the access method used by MVS).