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

OUTFIL FILES=1,ENDREC=1,OUTREC indicate


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

New User


Joined: 02 Dec 2006
Posts: 3
Location: noida

PostPosted: Tue Dec 05, 2006 5:35 pm
Reply with quote

hi ,can anybody tell what

INREC FIELDS=(1,80,SEQNUM,8,ZD)

OUTFIL FILES=1,ENDREC=1,OUTREC indicate?
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Tue Dec 05, 2006 5:51 pm
Reply with quote

Hi Amit,

INREC fields:Describes how records are to be reformatted after they are sorted, copied or merged.

Code:
INREC FIELDS=(1,80,SEQNUM,8,ZD)


By this it will add the sequence number of 8 byte after every record


Code:
OUTFIL FILES=1

Describes various types of processing to be performed for output data sets after sorting, copying or merging.

Code:
ENDREC=1,

stop the sorting or copying after first record

OUTREC :Describes how records are to be reformatted after they are sorted, copied or merged.

Hope it will helpful
Back to top
View user's profile Send private message
amit_vijay1984

New User


Joined: 02 Dec 2006
Posts: 3
Location: noida

PostPosted: Tue Dec 05, 2006 6:02 pm
Reply with quote

hi gupta, thanks but didn't get much of it what all the paramerter are indicating. can u send me a link for manual or reference topic so that i can clarify my doubt abt this.
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Tue Dec 05, 2006 6:30 pm
Reply with quote

Hi Amit,

At the top of your screen, between "Portal" and "Downloads" is "Manuals", click it u will get all the mannuals there.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Tue Dec 05, 2006 9:33 pm
Reply with quote

Amit,

Since you're not familiar with DFSORT and DFSORT's ICETOOL, I'd suggest reading through "z/OS DFSORT: Getting Started". It's an excellent tutorial, with lots of examples, that will show you how to use DFSORT, DFSORT's ICETOOL and DFSORT Symbols. You can access it online, along with all of the other DFSORT books, from:

Use [URL] BBCode for External Links
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 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 Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top