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

How to Copy KSDS to ESDS?


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

New User


Joined: 23 Mar 2005
Posts: 10
Location: Noida

PostPosted: Sat Jun 11, 2005 10:19 am
Reply with quote

Hello all!

Please tell me how do we copy KSDS to ESDS?Is it possible with REPRO command?Also let me know if i want to copy only first 100 recs out of 200?
I dont have mainframe link so i cannot try this myself.
Thanks a lot!

Regards,
Richa
Back to top
View user's profile Send private message
manjunathbhosale

New User


Joined: 18 Mar 2005
Posts: 6
Location: bangalore

PostPosted: Sat Jun 11, 2005 3:45 pm
Reply with quote

hi

it is possible to use REPRO command to load the data from KSDS to ESDS or vica versa.

if you code repro command use fromkey() and tokey() for KSDS file.
plz insure the the first 100 numbers for ksds file.
ie....

INDATASET(input-dataset-ksds)
OUTDATASET(output-dataset-esds)
FROMKEY(first-keynumber)
TOKEY(last-keynumber)

I think it works.
Back to top
View user's profile Send private message
David P

Active User


Joined: 11 Apr 2005
Posts: 106
Location: Cincinnati Ohio

PostPosted: Mon Jun 13, 2005 12:06 pm
Reply with quote

Hi,

I believe you can also use the count option in REPRO

REPRO -
INFILE(KSDS) -
OUTFILE(ESDS) -
SKIP(00) -
COUNT(100)

regrads,
David.
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 VB to VB copy - Full length reached SYNCSORT 8
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts Random read in ESDS file by using RBA JCL & VSAM 6
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
Search our Forums:

Back to Top