IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

indexed file in jcl


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bala-lakshmi

New User


Joined: 01 Mar 2004
Posts: 6

PostPosted: Mon Mar 01, 2004 4:51 pm
Reply with quote

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 icon_lol.gif
Back to top
View user's profile Send private message
sandip_datta

Active User


Joined: 02 Dec 2003
Posts: 150
Location: Tokyo, Japan

PostPosted: Mon Mar 01, 2004 6:38 pm
Reply with quote

It would be easier to give a clue if you give us the SELECT statement and the file used in JCL.
Looks like there is some problem in file defn.

Regards,
Sandip.
Back to top
View user's profile Send private message
bala-lakshmi

New User


Joined: 01 Mar 2004
Posts: 6

PostPosted: Tue Mar 02, 2004 1:05 pm
Reply with quote

dear sandip,
my select statement is:
SELECT FILE1 ASSIGN TO DDNAME1
ORGANIZATION IS INDEXED
ACCESS MODE IS RANDOM
RECORD KEY IS NUM
bye,
lakshmi
Back to top
View user's profile Send private message
bluebird

Active User


Joined: 03 Feb 2004
Posts: 127

PostPosted: Tue Mar 02, 2004 7:45 pm
Reply with quote

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).
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
Search our Forums:

Back to Top