Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
indexed file in jcl

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
bala-lakshmi

New User


Joined: 01 Mar 2004
Posts: 6

PostPosted: Mon Mar 01, 2004 4:51 pm    Post subject: indexed file in jcl
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
References
PostPosted: Mon Mar 01, 2004 4:51 pm    Post subject: Re: indexed file in jcl Reply with quote

sandip_datta

EXPERT


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

PostPosted: Mon Mar 01, 2004 6:38 pm    Post subject:
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    Post subject: indexed file in jcl
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

Specialist


Joined: 03 Feb 2004
Posts: 144

PostPosted: Tue Mar 02, 2004 7:45 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1