Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. howdie007

    non-printable characters

    I have a sequential file that contains a wide variety of non-printable characters. I need to convert these to spaces. How can i do this in a cobol2 program running on zOS/390 mainframe. The valid ASCII hex values are x'20' thru x'7E'. Hence, we need to convert x'00' thru x'1F' & x'7F' thru x'FF'...
  2. howdie007

    Modifying a BMS-CICS Map using SDF-II

    I have a literal on an exisitng map beginning in column 1. If i try to modify this literal in the same position it will not allow me to do so. It generates an error message "Invalid Position", which corresponds to "A detectable field may not begin in column 1". It does not allow the map to be...
  3. howdie007

    Format Query

    This is the way it writes to a file Using concatenate in the sql i have reduced it to... "12/31/2003|BF985|CDS|08/01/2003|12/31/9999|000.00|000200000.00|000000000.00|Butler|Franklin|D|R1|Others" Is there a way to remove the first & last quote ? Thanks.
  4. howdie007

    Format Query

    I currently have a query thas produces data in the following format... "12/31/2003","BF985","CDS","08/01/2003","12/31/9999","000.00","000200000.00","000000000.00"," "," Butler",&quot...
  5. howdie007

    ESQL Interface

    I use the WMQI Broker Program for XML to COBOL translation. I need to customize the ESQL that has been automatically generated. The provided ESQL interface is very clumsy. I have tried to copy the generated ESQL to notepad, but simply cannot; So that i can edit the ESQL in notepad and then paste...
  6. howdie007

    problems connecting to vpn using router

    I use a cable modem to connect to my office vpn. i run xp home. this is fine. I recently bought and installed a di-604 router; now i am able to get to the internet but am unable to connect to vpn. the router does allow vpn passthru, so i don't understand what the problem could be !!! Any...
  7. howdie007

    DB2 DCLgen

    I have a dclgen(mainframe DB2) that is not the same as the table; the table numeric column has expanded, the dclgen has not. Will i get an error during compile(Changeman), bind or runtime ? Please explain the process. Thanks.

Part and Inventory Search

Back
Top