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

How to Xmit 100 records?


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

New User


Joined: 25 Nov 2008
Posts: 5
Location: SingTel's Sub comany(china ncs)

PostPosted: Fri Nov 19, 2010 3:01 pm
Reply with quote

Hi,
I want to XMIT 100 records from a data set whch have the number of records is greater than the XMIT limit.

How to XMIT?

rgds,
Huibo.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Fri Nov 19, 2010 3:48 pm
Reply with quote

Create a dataset by selecting the 100 records you want to XMIT and then XMIT that dataset! icon_rolleyes.gif

Garry
Back to top
View user's profile Send private message
wanghuibo

New User


Joined: 25 Nov 2008
Posts: 5
Location: SingTel's Sub comany(china ncs)

PostPosted: Fri Nov 19, 2010 4:00 pm
Reply with quote

Garry Carroll wrote:
Create a dataset by selecting the 100 records you want to XMIT and then XMIT that dataset! icon_rolleyes.gif

Garry


Thank you,

But I haven't the right to create that data set in our live system.

if any more direct way.

rgds,
Huibo
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Nov 19, 2010 4:33 pm
Reply with quote

you can create a temporary dataset within your jcl (&&name)
with (for example) a sort utility,
and then input the temporary dataset to your xmit step.
at the end of the job, the dataset is gone.
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 To fetch records that has Ttamp value... DFSORT/ICETOOL 4
No new posts ICETOOL returns no records JCL & VSAM 1
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Compare only first records of the fil... SYNCSORT 7
Search our Forums:

Back to Top