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 bkrike 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. FireStarter1

    Double Convesion.

    It may confuse people a bit, but read carefully. I am a Cobol Programmer developing an application on the Mainframe. My project is formatting records in a file that is going to be FTPed to Workstation. There was an application that was doing everything on the workstation but right now as it is...
  2. FireStarter1

    CRC in COBOL

    Hi, I am doing project that needs CRC calcualation, it is currently done with a C program that runs on Windows platform, I want to do the same on mainframe in cobol. Can anyone please help to convert the following C program. typedef unsigned char Byte; /*...
  3. FireStarter1

    C Program Logic

    Hi I am very much new C programming. We are in the process of making an application on the mainframe in cobol. Can someone please tell me what the following piece of C program do. typedef unsigned char Byte; /* Byte as unsigned char */ typedef unsigned short...

Part and Inventory Search

Back
Top