Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
dsnider
Starting Member
4 Posts |
Posted - 2007-08-26 : 14:48:52
|
| I am having issues with exporting a file from a table. The data is correct however the Record Length for our mainframe is 100 and the file I am sending is 23036. Any help would be appreciated Mainframe SpecificationsRecord Format: FBRecord Length: 100Block Size: 27900My SSIS package Export FileRecord Format: VBRecord Length: 23036Block Size: 27998Table that is exported (Details)RMSTRANDTE varchar(8)RMSTRANTIM char(4)RMSACCTNUM char(20) RMSTRANCDE char(2) FIELD char(6) HSTNEWVALU char(40) INTEXTCODE char(1) AGENCY char(4) PLATFORM char(4) REGION char(4) PRODUCT char(4) FILLER char(3) ---All Precision Set to Blank---All Scale set to BlankSSIS Packages Specifications:Flat File DestinationCode Page: 1252Locale: EnglishFormat: Fixed WidthRow Delimiter: {CR}{LF} |
|
|
|
|
|