I've modified an MFS update screen to add a new field to the bottom of the screen and made all corresponding program changes. Upon entry of data into the fields, the data were saved to the database with no issue. However, when I return to this screen again, the data for the new field was retrieved from the database, but somehow not displayed on the screen. During debugging, I managed to see the data in the format output area prior to calling CBLTDLI to insert the message to the IO PCB, yet the data magically hide itself on the screen. In other words, the screen and programs work fine on the input side, but not quite on the output side.
I've checked anything that I can think of but to no avail. I'm puzzled and at a loss. Any help or suggestion would be much appreciated.
Sorry about that. I didn't read the posting rules and didn't realize the 2 forums are affiliated. When I first signed up for ibmmainframes, I waited for the activation email for almost an hour before realizing that it got dropped to the spam box. Meanwhile I found ibmmainframeforum and got account activated immediately, and posted my question there first. I was desperate and posted the question again on this site. What's the remedy? Do you want me to drop the question from either one?
Sorry about that. I didn't read the posting rules and didn't realize the 2 forums are affiliated. When I first signed up for ibmmainframes, I waited for the activation email for almost an hour before realizing that it got dropped to the spam box. Meanwhile I found ibmmainframeforum and got account activated immediately, and posted my question there first. I was desperate and posted the question again on this site. What's the remedy? Do you want me to drop the question from either one?
I recommend you to read these rules, and to update your post accordingly. Mainly: add all the required information with samples of code and data under question, for others to be able to understand your issue better, without trying to guess all possible problems…
Joined: 17 Dec 2007 Posts: 66 Location: Victoria, BC, Canada
Are you sure your MFS updates are active?
Did you generate your MFS modules into a TFORMAT dataset?
If yes, did you issue command /TEST MFS before doing your test?
If on the other hand, you have some process to move your generated MFS modules into a non-TFORMAT dataset, command /DIS MODIFY ALL will show you the active and inactive FORMAT concatenations.
Browse the active concatenation datasets in the order presented and examine the modules produced by your MFSGEN. Have they been updated?
In the past I used a program called MFSLIST to show the assembly date of MFS modules. If memory serves, this program is available from the CBT "tape" at Use [URL] BBCode for External Links