Anonymous | Login | Signup for a new account | 2024-11-21 17:04 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001020 | FL5 | 1.1 FLCL | public | 2021-04-15 16:33 | 2021-04-15 17:34 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | normal | Severity | minor | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | System Z | OS | z/OS | OS Version | V2R40 | ||||
Product Version | 5.1.24 | ||||||||
Target Version | 5.1.25 | Fixed in Version | 5.1.25 | ||||||
Summary | 0001020: allocated space for FB files too small | ||||||||
Description | At conversion from VB to FB the padding bytes must be add to the space allocation. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001338) Falk Reichbott (administrator) 2021-04-15 16:48 |
Add 50% more space if a fixed format allocated if (FIOREC_isFIX(psAtr->uiRecFmt)) { // add space for padding of fixed records siDefPri+=siDefPri/2; siDefSec+=siDefSec/2; } |
(0001339) Falk Reichbott (administrator) 2021-04-15 17:34 |
If a new record length defined then the expansion factor to the original record length will be add tot he space parameter. |
Issue History | |||
Date Modified | Username | Field | Change |
2021-04-15 16:33 | Falk Reichbott | New Issue | |
2021-04-15 16:33 | Falk Reichbott | Status | new => assigned |
2021-04-15 16:33 | Falk Reichbott | Assigned To | => Falk Reichbott |
2021-04-15 16:48 | Falk Reichbott | Note Added: 0001338 | |
2021-04-15 16:48 | Falk Reichbott | Status | assigned => resolved |
2021-04-15 16:48 | Falk Reichbott | Fixed in Version | => 5.1.25 |
2021-04-15 16:48 | Falk Reichbott | Resolution | open => fixed |
2021-04-15 17:34 | Falk Reichbott | Note Added: 0001339 |
Copyright © 2000 - 2024 MantisBT Team |