diff --git a/samples/DOMPrint/DOMPrint.cpp b/samples/DOMPrint/DOMPrint.cpp
index 4dccf5849d8a12429f483368ac9620d595dce7c8..2c9cc67244de685d7a8da0ac7fc76f0e00d79ffc 100644
--- a/samples/DOMPrint/DOMPrint.cpp
+++ b/samples/DOMPrint/DOMPrint.cpp
@@ -214,7 +214,7 @@ void usage()
             "  * = Default if not provided explicitly.\n\n"
             "The parser has intrinsic support for the following encodings:\n"
             "    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
-            "    WINDOWS-1252, IBM1140, IBM037.\n"
+            "    WINDOWS-1252, IBM1140, IBM037, IBM1047.\n"
           <<  XERCES_STD_QUALIFIER endl;
 }
 
diff --git a/samples/SAX2Print/SAX2Print.cpp b/samples/SAX2Print/SAX2Print.cpp
index ba42937f14bb67a7bc18036c14270fd26467f635..3a88b939345944b68647635a5945414c3951a28a 100644
--- a/samples/SAX2Print/SAX2Print.cpp
+++ b/samples/SAX2Print/SAX2Print.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.15  2004/02/06 15:04:16  cargilld
+ * Misc 390 changes.
+ *
  * Revision 1.14  2003/08/07 21:21:38  neilg
  * fix segmentation faults that may arise when the parser throws exceptions during document parsing.  In general, XMLPlatformUtils::Terminate() should not be called from within a catch statement.
  *
@@ -167,7 +170,7 @@ static void usage()
              "  * = Default if not provided explicitly.\n\n"
              "The parser has intrinsic support for the following encodings:\n"
              "    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
-             "    WINDOWS-1252, IBM1140, IBM037.\n"
+             "    WINDOWS-1252, IBM1140, IBM037, IBM1047.\n"
          <<  XERCES_STD_QUALIFIER endl;
 }
 
diff --git a/samples/SAXPrint/SAXPrint.cpp b/samples/SAXPrint/SAXPrint.cpp
index 1b370a1927e6d615d5cd70cc8a6e5436e1b0d3df..876c96d21218c2277215f482436e0aa119d64b53 100644
--- a/samples/SAXPrint/SAXPrint.cpp
+++ b/samples/SAXPrint/SAXPrint.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.23  2004/02/06 15:04:16  cargilld
+ * Misc 390 changes.
+ *
  * Revision 1.22  2003/08/07 21:21:38  neilg
  * fix segmentation faults that may arise when the parser throws exceptions during document parsing.  In general, XMLPlatformUtils::Terminate() should not be called from within a catch statement.
  *
@@ -204,7 +207,7 @@ static void usage()
              "  * = Default if not provided explicitly.\n\n"
              "The parser has intrinsic support for the following encodings:\n"
              "    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
-             "    WINDOWS-1252, IBM1140, IBM037.\n"
+             "    WINDOWS-1252, IBM1140, IBM037, IBM1047.\n"
          <<  XERCES_STD_QUALIFIER endl;
 }
 
diff --git a/scripts/sanityTest_ExpectedResult.log b/scripts/sanityTest_ExpectedResult.log
index ecc4ad323d41e42817d564d76b268b1b404e7bd3..0539a292f7106e590b4913f723da8cb8807437d4 100644
--- a/scripts/sanityTest_ExpectedResult.log
+++ b/scripts/sanityTest_ExpectedResult.log
@@ -42,7 +42,7 @@ Options:
 
 The parser has intrinsic support for the following encodings:
     UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
-    WINDOWS-1252, IBM1140, IBM037.
+    WINDOWS-1252, IBM1140, IBM037, IBM1047.
 
 <?xml version="1.0" encoding="LATIN1"?>
 <personnel>
@@ -212,7 +212,7 @@ Options:
 
 The parser has intrinsic support for the following encodings:
     UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
-    WINDOWS-1252, IBM1140, IBM037.
+    WINDOWS-1252, IBM1140, IBM037, IBM1047.
 
 <?xml version="1.0" encoding="LATIN1"?>
 <personnel>
@@ -439,7 +439,7 @@ Options:
 
 The parser has intrinsic support for the following encodings:
     UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
-    WINDOWS-1252, IBM1140, IBM037.
+    WINDOWS-1252, IBM1140, IBM037, IBM1047.
 
 <?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
 <!DOCTYPE personnel SYSTEM "personal.dtd">
diff --git a/tests/MemHandlerTest/Makefile.in b/tests/MemHandlerTest/Makefile.in
index b8e1d4bac85162d13320b70bbe04f97d261e99a2..0022258060e0ddbfb3e2bdc047226fab66bdea90 100755
--- a/tests/MemHandlerTest/Makefile.in
+++ b/tests/MemHandlerTest/Makefile.in
@@ -92,7 +92,7 @@ HEADER_FILES=
 
 ## OS390BATCH
 ifeq (${OS390BATCH},1)
-BATCH_TARGET= "//'${LOADMOD}(THREDTST)'"
+BATCH_TARGET= "//'${LOADMOD}(MEMHDTST)'"
 all:: makedir ${BATCH_TARGET}
 else
 all:: makedir ${EXEC}/${APP_NAME}
diff --git a/tests/XSerializerTest/Makefile.in b/tests/XSerializerTest/Makefile.in
index c519bc804aaef78d37d7c783bd4f8548762ba588..30d67ae53e794461a61b10c1a960f4c7b15f31e2 100644
--- a/tests/XSerializerTest/Makefile.in
+++ b/tests/XSerializerTest/Makefile.in
@@ -93,7 +93,7 @@ HEADER_FILES= ${SRC}/XSerializerTest.hpp ${SRC}/XSerializerHandlers.hpp
 
 ## OS390BATCH
 ifeq (${OS390BATCH},1)
-BATCH_TARGET= "//'${LOADMOD}(THREDTST)'"
+BATCH_TARGET= "//'${LOADMOD}(XSERLTST)'"
 all:: makedir ${BATCH_TARGET}
 else
 all:: makedir ${EXEC}/${APP_NAME}