-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EE changes the file mode number #72
Comments
Verified the problem exists. Is the source code for EE on VM/370 CE?
I get this message.
Then when I edit the file without specifying filemode, nor filemode number.
Editing and modifying and saving does alter the filemode number.
|
As a first step towards fixing the various MECAFF problems, I am working on
building it from source on VM370CE. The code used internal interfaces to
the C Runtime code for CMS. Some of those interfaces have been modified
since the MECAFF code was distributed. I can compile and link the code now,
and I am tracking down runtime bugs.
Bob Bolch
…On Sun, Feb 6, 2022, 6:45 PM marXtevens ***@***.***> wrote:
Verified the problem exists.
EE TEST FILE A2
File: TEST FILE A2 RECFM: V LRECL: 73(73) Lines: 1 Current: TOP
....+....1....+....2....+....3....+....4....+....5....+....6....+....7...
===== * * * Top of file * * *
===== /* This is a test file. */
* * * Bottom of file * * *
===> ffile
02=RingNext 03=Quit 06=SpltJ 07=PgUp 08=PgDw 10=PI 11=ClrCmd 12=Recall
Modified EE V1.2.5, 1 File(s)
I get this message.
Written new file: TEST FILE A2
Ready; T=0.07/0.10 17:36:34
l test file * ( date
Filename Filetype Fm Format Recs Blocks Date Time
TEST FILE A2 V 26 1 1 02/06/22 17:36
Ready; T=0.01/0.01 17:37:34
Then when I edit the file without specifying filemode, nor filemode number.
ee test file
File: TEST FILE A1 RECFM: V LRECL: 73(73) Lines: 1 Current: TOP
....+....1....+....2....+....3....+....4....+....5....+....6....+....7...
===== * * * Top of file * * *
===== /* This is a test file. */
* * * Bottom of file * * *
Editing and modifying and saving does alter the filemode number.
File: TEST FILE A1 RECFM: V LRECL: 73(73) Lines: 2 Current: TOP
....+....1....+....2....+....3....+....4....+....5....+....6....+....7...
===== * * * Top of file * * *
===== /* This is a test file. */
===== /* Added a line to the file. */
* * * Bottom of file * * *
===> ffile
02=RingNext 03=Quit 06=SpltJ 07=PgUp 08=PgDw 10=PI 11=ClrCmd 12=Recall
Modified EE V1.2.5, 1 File(s)
File written: TEST FILE A1
Ready; T=0.08/0.17 17:43:33
l test file * ( date
Filename Filetype Fm Format Recs Blocks Date Time
TEST FILE A1 V 31 2 1 02/06/22 17:43
Ready; T=0.01/0.01 17:43:38
—
Reply to this email directly, view it on GitHub
<#72 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARUFCBIAY5BS3Z3Q6JDKBMDUZ4BZ7ANCNFSM5NR6WT4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I am massively reworking EE to bring more XEDIT features in. Actually i am researching how EE could integrate with bREXX. I have a small fix for this problem here if you like to test it.
|
This fix is working for me. |
closes s390guy/vm370#72 EE changes the file mode number
Binaries available: https://github.com/SanLorenzo59/mecaff/releases/tag/v1.2.5a72
|
If I edit an existing file. E.g.
EE TEST FILE A
Or
EE TEST FILE
The filemode is set to “A1” even if the existing file is “A2”.
The text was updated successfully, but these errors were encountered: