FLAM Issue Tracker - FL5 | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000946 | FL5 | 4. Element, Byte, Record or other API | public | 2018-09-19 08:34 | 2018-09-24 16:22 |
Reporter | Falk Reichbott | ||||
Assigned To | Falk Reichbott | ||||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | General | OS | General | OS Version | General |
Product Version | 5.1.18 | ||||
Target Version | 5.1.19 | Fixed in Version | 5.1.19 | ||
Summary | 0000946: Don't load environment (SYSVAR, STDENV) in API functions | ||||
Description | The FLAM atomic and open API functions load the environment (system variables and environment variables). This is totally wrong, because the application has no control about the used environment anymore. This nice support must be part of a own function (loadenv()) so that the application can manipulate the environment afterwards before the FLAM function is executed. Currently CALL SETENV("LANG","IBM-1142") CALL FLAMFUNC Has no effect, because the FLAM function load the system environment and if the LANG variable defined, the SETENV call of the application has no effect. In future CALL FLAMLENV CALL SETENV("LANG","IBM-1142") CALL FLAMFUNC To load the system environment must be a separate call, then the application can adjust the environment before then the FLAM function is called. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2018-09-19 08:34 | Falk Reichbott | New Issue | |||
2018-09-19 08:34 | Falk Reichbott | Status | new => assigned | ||
2018-09-19 08:34 | Falk Reichbott | Assigned To | => Falk Reichbott | ||
2018-09-24 16:22 | Falk Reichbott | Note Added: 0001194 | |||
2018-09-24 16:22 | Falk Reichbott | Status | assigned => resolved | ||
2018-09-24 16:22 | Falk Reichbott | Fixed in Version | => 5.1.19 | ||
2018-09-24 16:22 | Falk Reichbott | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|