• PowerCobol & Status 30

    From JM@21:1/5 to All on Fri Apr 1 02:19:28 2022
    Some customers have been given status 30 on programs/files that are 100% operational. The program terminates abnormally.
    Apparently there are no hardware problems.

    Development environment: Windows 11 / PowerCobol v9
    Clients: Windows 10 and Windows 7.
    Any suggestions?
    Thanks

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Vincent Coen@21:1/5 to All on Fri Apr 1 14:29:34 2022
    Hello JM!

    Friday April 01 2022 10:19, JM wrote to All:

    Some customers have been given status 30 on programs/files that are
    100% operational. The program terminates abnormally. Apparently there
    are no hardware problems.

    Development environment: Windows 11 / PowerCobol v9
    Clients: Windows 10 and Windows 7.
    Any suggestions?
    Thanks


    Not knowing PowerCobol and did not know it existed but error 30 for
    GnuCOBOL is permanent I/O error and this 'could' be not having correct
    access rights to the directory and the files in question.
    Check the settings and one other could be lack of free disk space or if
    using SSD that it has not had a garbage collection run lately (and this
    should be done on busy system daily if not every 12 hours) assuming it is
    one of the better brands with good controllers that is installed.


    Vincent

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From docdwarf@panix.com@21:1/5 to jmfg11@gmail.com on Fri Apr 1 21:05:14 2022
    [posted and emailed]

    In article <a5d4bbbf-9624-40a5-8cff-8ee747af9779n@googlegroups.com>,
    JM <jmfg11@gmail.com> wrote:
    Some customers have been given status 30 on programs/files that are 100% >operational.

    Customers? Sounds like money is involved. What kind of rate, or range of rates, is associated with the position(s) offered?

    DD

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From JM@21:1/5 to All on Wed Apr 6 06:32:23 2022
    A sexta-feira, 1 de abril de 2022 à(s) 22:05:16 UTC+1, docd...@panix.com escreveu:
    [posted and emailed]

    In article <a5d4bbbf-9624-40a5...@googlegroups.com>,
    JM <jmf...@gmail.com> wrote:
    Some customers have been given status 30 on programs/files that are 100% >operational.
    Customers? Sounds like money is involved. What kind of rate, or range of rates, is associated with the position(s) offered?

    DD

    More or less a billion!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From docdwarf@panix.com@21:1/5 to jmfg11@gmail.com on Wed Apr 6 14:57:32 2022
    In article <d0cfb637-b5c2-4493-98da-6073fa847374n@googlegroups.com>,
    JM <jmfg11@gmail.com> wrote:
    A sexta-feira, 1 de abril de 2022 ??(s) 22:05:16 UTC+1,
    docd...@panix.com escreveu:
    [posted and emailed]

    In article <a5d4bbbf-9624-40a5...@googlegroups.com>,
    JM <jmf...@gmail.com> wrote:
    Some customers have been given status 30 on programs/files that are 100%
    operational.
    Customers? Sounds like money is involved. What kind of rate, or range of
    rates, is associated with the position(s) offered?

    More or less a billion!

    That might work. How much more? How long's the contract?

    DD

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pete dashwood@21:1/5 to All on Fri Apr 8 16:49:40 2022
    On 1/04/2022 22:19, JM wrote:
    Some customers have been given status 30 on programs/files that are 100% operational. The program terminates abnormally.
    Apparently there are no hardware problems.

    Development environment: Windows 11 / PowerCobol v9
    Clients: Windows 10 and Windows 7.
    Any suggestions?
    Thanks

    These are indexed files?

    This is a problem with the underlying ACM library used for Fujitsu File
    access.

    You need to run Fujitsu housekeeping file utility on the offending
    files. Select "File Utility" from the Project Manager "Tools" menu.

    If you didn't write the software and/or have no access to the source
    code and the Fujitsu IDE, then check the delivered Fujitsu Run Time
    directory and look for a program called:
    COBFUT32.exe

    Select the "Reorganize" command and, if it fails, select the "Recovery" command.

    You should write a script for Clients to run this program on your
    delivered files at least once a year and more frequently on files that
    are subject to heavy updating.

    You COULD leave it until you start getting 30 response codes on OPEN,
    but I wouldn't do that.

    Do that, and if you still have a problem, contact me privately.

    Pete.

    --
    I used to write *COBOL*; now I can do *anything*...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From JM@21:1/5 to All on Fri Apr 8 09:17:23 2022
    A sexta-feira, 8 de abril de 2022 à(s) 05:49:35 UTC+1, dash...@enternet.co.nz escreveu:
    On 1/04/2022 22:19, JM wrote:
    Some customers have been given status 30 on programs/files that are 100% operational. The program terminates abnormally.
    Apparently there are no hardware problems.

    Development environment: Windows 11 / PowerCobol v9
    Clients: Windows 10 and Windows 7.
    Any suggestions?
    Thanks
    These are indexed files?

    This is a problem with the underlying ACM library used for Fujitsu File access.

    You need to run Fujitsu housekeeping file utility on the offending
    files. Select "File Utility" from the Project Manager "Tools" menu.

    If you didn't write the software and/or have no access to the source
    code and the Fujitsu IDE, then check the delivered Fujitsu Run Time directory and look for a program called:
    COBFUT32.exe

    Select the "Reorganize" command and, if it fails, select the "Recovery" command.

    You should write a script for Clients to run this program on your
    delivered files at least once a year and more frequently on files that
    are subject to heavy updating.

    You COULD leave it until you start getting 30 response codes on OPEN,
    but I wouldn't do that.

    Do that, and if you still have a problem, contact me privately.

    Pete.

    --
    I used to write *COBOL*; now I can do *anything*...

    Thanks Pete for the suggestions. Yes, I'm the developer and I have access to cobfut32.
    Regards

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)