Search found 17 matches

by jeroc
Mon Dec 17, 2012 6:46 pm
Forum: COBOL
Topic: Recommendation regarding INSPECT
Replies: 8
Views: 9293

It was about performance aspect. This is why I would like to know if someone has already heard recommendations related to performance regarding INSPECT.
by jeroc
Mon Dec 17, 2012 2:59 pm
Forum: COBOL
Topic: OCCURS DEPENDING ON
Replies: 10
Views: 13619

In file records and in working-storage data structures.
by jeroc
Mon Dec 17, 2012 2:56 pm
Forum: COBOL
Topic: Can SQRT impact performance?
Replies: 2
Views: 3737

Can SQRT impact performance?

Hello,

A guy told me that the SQRT function can be a CPU killer in specific circumstances but he cannot find any doc about this assertion anymore. Do you know what these circumstances are?

Regards,
by jeroc
Mon Dec 17, 2012 2:46 pm
Forum: COBOL
Topic: Recommendation regarding INSPECT
Replies: 8
Views: 9293

Recommendation regarding INSPECT

Hello,

I heard there were some some INSPECT constructs that were not recommended but I do not know which ones. Could you tell me if it is true and then, why? Thanks in advance.

Regards,
by jeroc
Mon Dec 17, 2012 2:35 pm
Forum: COBOL
Topic: OCCURS DEPENDING ON
Replies: 10
Views: 13619

OCCURS DEPENDING ON

Hello,

Is there any recommendation or best practice to respect in using OCCURS DEPENDING ON clause? I mean, what are advantages, pitfalls, or potential troubles?

Regards,
by jeroc
Tue Nov 20, 2012 3:58 pm
Forum: COBOL
Topic: How to use the BLOCK CONTAINS clause?
Replies: 6
Views: 8658

Well, in conclusion according to your explanations we can say that it is relevant to mention BLOCK CONTAINS 0 as much as possible for output QSAM files but it is not necessary for inputs. Nevertheless in this last case, if you want to use the BLOCK CONTAINS clause you should use it with 0 to be sure...
by jeroc
Mon Nov 19, 2012 8:48 pm
Forum: COBOL
Topic: How to use the BLOCK CONTAINS clause?
Replies: 6
Views: 8658

Thank you for the answer. I do not have access to any machine for the moment. This is why I posted the question. Have you already done this type of experiment yourself?

But the question could be as follows: does it make sense to specify this clause for input file?

What is the thing I missed? VSAM?
by jeroc
Mon Nov 19, 2012 7:47 pm
Forum: COBOL
Topic: How to use the BLOCK CONTAINS clause?
Replies: 6
Views: 8658

How to use the BLOCK CONTAINS clause?

Hello,

I saw in doc this clause can be used on QSAM files and does not have any effect on SD, SYSIN, and SYSOUT files.

Should it be used on output files only?

Thank you in advance for your answers.

Regards,
by jeroc
Tue Jun 02, 2009 7:54 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Using Java to extract information from DB2 zOS
Replies: 2
Views: 7587

Does anymone try to query a DB2 for zOS from a Java app on Windows?

Thank you in advance.
by jeroc
Tue Jun 02, 2009 7:49 pm
Forum: COBOL
Topic: Frequency and execution time
Replies: 2
Views: 5385

Thank you for your answer.

As I saw on the Compuware site, Strobe allows to collecte execution statistics. Have you already used it? Do you other similar tools?

Regards
by jeroc
Mon May 25, 2009 6:50 pm
Forum: COBOL
Topic: Frequency and execution time
Replies: 2
Views: 5385

Frequency and execution time

Hello, I would like to find programs of an application that impact performance and that should be improved.Is there some tools that allow to know how many times a program has been executed on the zOS and what is its average execution time? My goal is to send this information onto Windows in order to...
by jeroc
Mon May 25, 2009 6:14 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Using Java to extract information from DB2 zOS
Replies: 2
Views: 7587

Using Java to extract information from DB2 zOS

Hello, I would like to use Java on Windows to access a DB2 zOS subsystem. I have already implemented some queries in a JCL in order to extract information from system-catalog into readable Windows text files and now I would like to use Java. For instance, I have the following query that allows to ex...
by jeroc
Wed Jul 30, 2008 1:26 pm
Forum: COBOL
Topic: Checks on Cobol application
Replies: 5
Views: 10773

Hello, You spoke about new program checking. But what about old programs or programs that have been developed by another team (for instance in a outsourcing context)? Is it possible to use some specific checks in order to detect potential bugs? In your shop, what are the types of bugs you regularly ...
by jeroc
Fri Jun 20, 2008 6:37 pm
Forum: COBOL
Topic: Checks on Cobol application
Replies: 5
Views: 10773

Hi,

Sorry to answer so late.

Thank you for your response. Do you know some "classical" troubles that can generate abends in production for Cobol programs ? And how to detect them by looking at the source code ?

Thanks.

Regards
by jeroc
Tue Mar 25, 2008 4:22 pm
Forum: COBOL
Topic: Checks on Cobol application
Replies: 5
Views: 10773

Hi,

Ok, but what are the interesting checks I should perform to see if the application is ok and will not have potential problems in production ? Not only about performance but also robustness.


Thank in advance.