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

Changing file record organization.


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

New User


Joined: 29 Dec 2006
Posts: 3
Location: Israel

PostPosted: Sat Dec 30, 2006 8:50 pm
Reply with quote

Hi to all

I'll describe my situation first:

I work batch.
Every night I get a file that copied from some open enviroment server to MF.
The file is sequential and of variable length(VB).
The LRECL is every time different, with maximum of 400.

The COBOL program that processes the file gets the fixed length(FB) file as an input.
I am trying to convert the file I get(VB) to fixed length(FB) file.

I tried IEBGener, but I get "Conflicting DCB Parameters" messege.
I tried Syncsort but got ABEND 016 with message of same sense.

Maybe there is some parameter in Syncsort or in Iebgener or any other utility that I can use to solve the situation?
I remind you that I work batch.
Thanks
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Sat Dec 30, 2006 9:16 pm
Reply with quote

Hi Jack,

With sort, there is this:
Quote:
The CONVERT parameter is used in conjunction with the OUTREC parameter to convert
variable-length records to fixed-length records.


Need more info?

Bill
Back to top
View user's profile Send private message
jackie

New User


Joined: 29 Dec 2006
Posts: 3
Location: Israel

PostPosted: Sat Dec 30, 2006 11:23 pm
Reply with quote

Hi william

Thanks, I will try it.
Back to top
View user's profile Send private message
jackie

New User


Joined: 29 Dec 2006
Posts: 3
Location: Israel

PostPosted: Wed Jan 03, 2007 12:59 am
Reply with quote

Eventualy, they found the way to build me a fixed file.
The adviced you gave to me worked.

outrec=(1,200),convert

Thank you William.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Jan 03, 2007 1:56 am
Reply with quote

jackie wrote:
Thank you William.


Now that's a nice way to answer to help icon_lol.gif Should happen more often. Love you for it 'jackie'; makes our efforts worth while.
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top