Search found 52 matches

by Dino
Wed Jan 06, 2021 1:23 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Happy New year 2021!
Replies: 5
Views: 1907

Re: Happy New year 2021!

Happy New Year all.
by Dino
Sun Dec 20, 2020 11:16 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Why this thread has been locked?
Replies: 3
Views: 1459

Re: Why this thread has been locked?

Any answer for this please?
by Dino
Sun Dec 20, 2020 11:14 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Upgrading to COBOL 6.2.
Replies: 7
Views: 2531

Re: Upgrading to COBOL 6.2.

Thanks Robert.

But I don't recall that we observed them with COBOL 4.2. I was looking for a document which can tell what was not considered as warning in COBOL 4.2 but is considered in COBOL 6.2 but I did not find.
by Dino
Sun Dec 20, 2020 11:10 am
Forum: Interview Questions.
Topic: What is code coverage and how to measure it?
Replies: 13
Views: 1965

Re: What is code coverage and how to measure it?

We've strobe, I would like to experiment with code-coverage, where do I start from, could you please guide on that, Robert?
by Dino
Sun Dec 13, 2020 11:57 am
Forum: Interview Questions.
Topic: What is code coverage and how to measure it?
Replies: 13
Views: 1965

Re: What is code coverage and how to measure it?

It's been a while and that topic was left in between. Never mind, when you say Many -- perhaps most -- sites do not have code coverage tools and hence have no idea how good (or bad) their testing is. A very rough rule of thumb that can be used is to find out how many batch jobs have to be rerun due ...
by Dino
Sun Dec 13, 2020 11:18 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Upgrading to COBOL 6.2.
Replies: 7
Views: 2531

Re: Upgrading to COBOL 6.2.

We faced some music in production with COBOL 6.2, like: HIGH ORDER DIGIT POSITIONS IN THE SENDER MAY BE TRUNCATED THE SENDER MAY BE TRUNCATED IN THE MOVE TO RECEIVER "SRR678-D01-INV-TOTAL-AMT (NUMERIC-EDITED) HIGH ORDER DIGIT POSITIONS IN THE SENDER MAY BE TRUNCATED THE SENDER MAY BE TRUNCATED ...
by Dino
Sun Oct 13, 2019 11:06 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Upgrading to COBOL 6.2.
Replies: 7
Views: 2531

Re: Upgrading to COBOL 6.2.

COBOL 4.2
by Dino
Tue Oct 08, 2019 1:49 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Upgrading to COBOL 6.2.
Replies: 7
Views: 2531

Upgrading to COBOL 6.2.

Hi,

We're upgrading to COBOL 6.2, has someone done this before and would like to share any cheat sheet?
by Dino
Wed Jan 30, 2019 2:31 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: INITIALIZE versus MOVE.
Replies: 8
Views: 3163

Re: INITIALIZE versus MOVE.

Robert Sample wrote: Mon Jan 21, 2019 7:46 pm Furthermore, INITIALIZE does not do anything with FILLER (explicit OR implicit) while the MOVE will overlay FILLER as well as elementary variables.
SO is that not more work compared to INITIALIZE as that's what is final expected result? Please advise.
by Dino
Wed Jan 30, 2019 2:30 pm
Forum: Interview Questions.
Topic: What is code coverage and how to measure it?
Replies: 13
Views: 1965

Re: What is code coverage and how to measure it?

Code coverage analysis is quite useful when testing. If you develop a set of test data for a program, and you run your tests, do you think your boss will be very happy when you tell him / her that your test data exercised 20% of the code paths? In other words, your testing did NOT test 80% of the p...
by Dino
Tue Jan 29, 2019 10:12 am
Forum: Interview Questions.
Topic: What is code coverage and how to measure it?
Replies: 13
Views: 1965

Re: What is code coverage and how to measure it?

A code path is how a program can be executed for a given set of data. Each IF statement, for example, generates two code paths -- one for when the IF is true, and one for when the IF is false. A nested IF statement therefore generates three code paths (one for first IF true and nested IF true, one ...
by Dino
Wed Jan 23, 2019 3:01 pm
Forum: Interview Questions.
Topic: What is code coverage and how to measure it?
Replies: 13
Views: 1965

What is code coverage and how to measure it?

Hi, I was asked this, "What is code coverage and how to measure it?" I could not answer this but I did a search on it later and found this: Code coverage is a measurement of how many lines/blocks/arcs of your code are executed while the automated tests are running. Code coverage is collect...
by Dino
Tue Jul 03, 2018 3:54 pm
Forum: CICS, Middleware and MQ Series.
Topic: Send attachement in email using CICS.
Replies: 7
Views: 1258

Re: Send attachement in email using CICS.

I've seen this done two ways -- where the key of the KSDS is just a sequence number, and where the key of the KSDS is job name + sequence number (this application had multiple jobs that could be submitted from CICS). Each line (record) of JCL is stored in the KSDS as a separate record with its own ...
by Dino
Mon Jul 02, 2018 12:15 pm
Forum: CICS, Middleware and MQ Series.
Topic: Send attachement in email using CICS.
Replies: 7
Views: 1258

Re: Send attachement in email using CICS.

Thanks Robert. I have not worked on this requirement as it was dropped and I could not follow up in this. I had been searching for an example where VSAM file can have a JCL and copy it to TDQ but I could not get one. How exactly this is done actually? We just create a VSAM, have just one record in i...
by Dino
Mon Jul 02, 2018 12:11 pm
Forum: Interview Questions.
Topic: Various ways to solve S0C7.
Replies: 3
Views: 1083

Re: Various ways to solve S0C7.

How to solve S0C7? What are the reasons for which S0C7 occurs? How to solve S0C7? MOVE alphanumeric to numeric and S0C7. MOVE in COBOL, no abend. s0c7 error NACHA, DTA etc. and s0c7. soc-7 question MOVE alphanumeric to numeric and S0C7. Can we initiate abend in a Job from cobol? Thanks. But when th...
by Dino
Mon Jul 02, 2018 12:09 pm
Forum: IT Certificates.
Topic: Fees of DB2 certificate.
Replies: 4
Views: 3854

Re: Fees of DB2 certificate.

DB2 9.1 fundamental certificate is what I am thinking about.
by Dino
Fri Jun 29, 2018 8:11 pm
Forum: IT Certificates.
Topic: Fees of DB2 certificate.
Replies: 4
Views: 3854

Fees of DB2 certificate.

Hi,

Anyone have idea how much fee DB2 Certification Course would have in India? And can it given from home?
by Dino
Mon Apr 09, 2018 12:25 pm
Forum: Interview Questions.
Topic: Various ways to solve S0C7.
Replies: 3
Views: 1083

Various ways to solve S0C7.

Can any one please help me to know various methods to solve a SOC7 in mainframe ... I got this question in an interview ..I gave the answer ..like we track the line number using offset then we put a display ..but he again put some complicated scenarios and I got confused [ Post made via Android ] ht...
by Dino
Mon Feb 12, 2018 12:13 pm
Forum: CICS, Middleware and MQ Series.
Topic: Send attachement in email using CICS.
Replies: 7
Views: 1258

Re: Send attachement in email using CICS.

You need a TDQ in the CICS region that points to the internal reader (or use the CICS SPOOL interface commands). Your CICS program copies the batch JCL to the spool (or TDQ) and closes it (for TDQ) or uses SPOOLCLOSE. The batch JCL includes the usual copy to SMTP with the correct format for the att...

Go to advanced search