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

Repro KSDS to Sequential Dataset


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
laura

New User


Joined: 26 Jul 2005
Posts: 2

PostPosted: Tue Jul 26, 2005 3:04 pm
Reply with quote

Hi,
I have a problem and no solution....
I want to copy a vsam Ksds to a sequential dataset but i have an error
REPRO IFILE(VSAM) ODS(FILESEQ)
IKJ56228I DATA SET FILESEQ NOT IN CATALOG OR CATALOG CAN NOT
BE ACCESSED
IDC0005I NUMBER OF RECORDS PROCESSED WAS 0

I think the problem is the allocation of the sequential dataset.
I read that the LRECL is 4 bytes more than the maximum lrecl of the vsam.
Now, my vsam is:
RECORDSIZE (66 4000) -

I put, for sequential dataset, RECFM=FB,LRECL=4004,BLKSIZE=4004

and the error is the same....
What can I do????
Thanks.
Back to top
View user's profile Send private message
andy6703

New User


Joined: 25 Jul 2005
Posts: 14

PostPosted: Tue Jul 26, 2005 4:58 pm
Reply with quote

Hi laura,

Since the error reads dataset not in catalog or catalog not found, there may be some problem with allocation. If your file is not cataloged, you need to specify the volume serial no. of the volume where your file resides. Hope this helps. Any changes/enhancements most welcome.


Regards,
Anuradha.
Back to top
View user's profile Send private message
alamelu

New User


Joined: 18 Jul 2005
Posts: 15

PostPosted: Tue Jul 26, 2005 5:56 pm
Reply with quote

Try by Giving

"RECFM=VB,LRECL=4004,BLKSIZE=4004"
Back to top
View user's profile Send private message
laura

New User


Joined: 26 Jul 2005
Posts: 2

PostPosted: Tue Jul 26, 2005 6:55 pm
Reply with quote

I allocate the sequential like

"RECFM=VB,LRECL=4000,BLKSIZE=4004"

and the job end with return code 00

Thanks a lot.
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
Search our Forums:

Back to Top