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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by adityai

  1. adityai

    Need to perform bit masking for an IP address

    My mistake. I wanted the mask to be 255.127.255.255 You are correct. Thank you.
  2. 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
  3. 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...
  4. adityai

    Opening files in append mode

    I was able to input more records to the file in append mode. I was not able to read from the file at the same time. The error message that I see is: JMP0330I-U STATEMENT SEQUENCE ERROR. STM=READ.FILE=(DATAFILE).'OPEN-MODE'.PGM=SAMPLE1 ADR=0040155E. Can you help me fix this bug? Also, can you...
  5. 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.
  6. adityai

    File access error

    This worked. Thank you.
  7. adityai

    Issue with inputing data records

    Thank you. That worked.
  8. 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...
  9. adityai

    File access error

    I looked up one of the other file access related question and saw that the implementor name is DISK. I tried it and it worked. I would like to know if I can write to a file with a file name of my choice.
  10. 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