***********************************************************************
*                                                                     *
*    File Name: DFH3.COM        ZAP NUMBER DFH34002                   *
*                                                                     *
*    Patch to fix Immediate Update Flag setting routine.              *
*                                                                     *
*    Reason:                                                          *
*       Version 3.4 instituted a flag change and this function was    *
*       missed during the conversion. Without this fix, setting the   *
*       flag will force the file handler to function as if opened     *
*       using Quick basic.                                            *
*                                                                     *
*                                                                     *
*                                                                     *
*                                                                     *
*                                                                     *
*                                                                     *
*                                                                     *
*                                                                     *
*                                                                     *
*    Description:                                                     *
*       This patch changes the MOV instruction to an OR.              *
*                                                                     *
*                                                                     *
*                                                                     *
*                                                                     *
*    Applied:                                                         *
*           mm/dd/yy by:                                              *
***********************************************************************
NAME DFH3.COM
* MODULE VERSION VERIFICATION
VER 0030 56657220332E342031374D61723839     "Ver 3.4 17Mar89"
* PREREQUISITE ZAPS: NONE
* VERIFY CURRENT VALUE
VER 0052 30              (NOT REINSTALLABLE)
VER 02BA C6060400FF      03BA C6 06 0004 FF  MOV BYTE PTR DS:IUF -1
* REPLACE WITH NEW VALUE
REP 02BA 800E140004      03BA 80 0E 0014 04  OR  DS:FS1,BYTE PTR IUF
* ZAP NUMBER: DFS34002
REP 0052 40              (NOT REINSTALLABLE)
END
