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 TouchToneTommy 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: *

  • Users: adityai
  • Content: Threads
  • Order by date
  1. adityai

    Need to perform bit masking for an IP address

    Hello, How can I do bit masking for an IP address. Example: 224.210.1.1 mask with 255.239.255.255 Answer should be: 224.82.1.1
  2. adityai

    Query regarding parent-child processes using wish in tcl windows

    Hello, I can successfully create child processes using wish83.exe in windows. When the child process exits, the parent process does not know that the child process did indeed exit. In my application, I need to let the parent process know that the child process exited, at the moment the child...
  3. adityai

    Opening files in append mode

    How can I open a file in append mode? I use Fujitsu Cobol v 3.0. I know how to open indexed sequential files and regular files. Please suggest a solution.
  4. adityai

    Issue with inputing data records

    I am using Fujitsu COBOL v 3.0. In the following source code, I have a field named 'INPUT-EMAIL' in the FD. If the email id entered is less than 30 characters, then I have to enter trailing spaces in order to make the program continue. The program execution just sits there waiting for the...
  5. adityai

    File access error

    I am using Fujitsu Cobol 3.0. I am having trouble with file access. I think it has everything to do with the FILE-CONTROL section. The error message displayed during execution is as follows: JMP0311I-U MISSING ALLOCATION. FILE=SYSOUT. PGM=SAMPLE1 ADR=004011D1 As far as I remember, the...

Part and Inventory Search

Back
Top