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
 
How do i use Sections and Trailers with variable length reco

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL
Author Message
kalaikala

New User


Joined: 21 Jul 2007
Posts: 19
Location: Chennai

PostPosted: Tue Apr 29, 2008 12:58 pm    Post subject: How do i use Sections and Trailers with variable length reco
Reply with quote

Hi Mr. Frank Yeager,

I am getting error in below sort card when i use variable length file as an input. If i use Fixed length file its working fine.

SORT FIELDS=(07,8,CH,A,
15,04,BI,A,
19,15,CH,A,
44,10,CH,A),EQUALS
OUTFIL FNAMES=(SORTOUT),REMOVECC,NODETAIL,CONVERT
SECTIONS=(07,27,TRAILER3=(7,101))

Can you help me to solve this problem. icon_smile.gif
Back to top
View user's profile Send private message
References
PostPosted: Tue Apr 29, 2008 12:58 pm    Post subject: Re: How do i use Sections and Trailers with variable length reco Reply with quote

Frank Yaeger

DFSORT Moderator


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

PostPosted: Tue Apr 29, 2008 9:00 pm    Post subject:
Reply with quote

Kalai,

For the OUTFIL statement, you need a comma after CONVERT (VTOF) and you need a BUILD operand. Since you have NODETAIL, the BUILD operand can just have nX where n is the LRECL you want for the FB output data set. Something like this (note that TRAILER3 will pick up the data from the input record, not from the BUILD operand):

Code:

  OUTFIL FNAMES=SORTOUT,REMOVECC,NODETAIL,VTOF,   
    BUILD=(128X),                                     
    SECTIONS=(07,27,TRAILER3=(7,101))                 
Back to top
View user's profile Send private message
kalaikala

New User


Joined: 21 Jul 2007
Posts: 19
Location: Chennai

PostPosted: Wed Apr 30, 2008 4:05 pm    Post subject:
Reply with quote

Thanks you very much Mr. Frank Yaeger. Its works fine now. icon_biggrin.gif
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL All times are GMT + 6 Hours
Page 1 of 1