Search found 12 matches

by Rajat Singh
Fri Oct 29, 2021 8:25 am
Forum: Suggestions & Feedback : About the website.
Topic: How did you find us?
Replies: 294
Views: 500704

Re: How did you find us?

I found this website while searching for QMF and DB2. Great site! :)
by Rajat Singh
Fri Oct 29, 2021 8:23 am
Forum: IBM DB2 and IMS DB/DC
Topic: copy QMF queries, procs from one user to another
Replies: 3
Views: 1647

Re: copy QMF queries, procs from one user to another

Thank you so much Robert. I must have done some wrong search. Will keep posted about what I've used, will research. Thanks again.
by Rajat Singh
Wed Oct 27, 2021 8:01 pm
Forum: IBM DB2 and IMS DB/DC
Topic: copy QMF queries, procs from one user to another
Replies: 3
Views: 1647

Re: copy QMF queries, procs from one user to another

Hi,

Could someone please help on this? It'll be a great help.
by Rajat Singh
Sat Oct 23, 2021 6:43 pm
Forum: IBM DB2 and IMS DB/DC
Topic: copy QMF queries, procs from one user to another
Replies: 3
Views: 1647

copy QMF queries, procs from one user to another

Hi,

Can we copy QMF queries, procs from one user to another? How to do it, could you please help.

Thanks in advance.
by Rajat Singh
Thu Jul 30, 2015 3:28 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is the difference between Floating-point and Packed Dec
Replies: 9
Views: 1257

Re: What is the difference between Floating-point and Packed

The floating point number would be 10 million, not 0 -- hence there are definite differences in floating point and packed decimal variables. A floating point value will have 7 to 8 digits of accuracy; an eye-opening experience would be to write and execute a COBOL program that uses floating point v...
by Rajat Singh
Thu Jul 30, 2015 3:24 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is the difference between Floating-point and Packed Dec
Replies: 9
Views: 1257

Re: What is the difference between Floating-point and Packed

Thanks enrico. I don't have PL/I compiler so I could not use the example. But I looked at this article from wiki: https://en.wikipedia.org/wiki/Floating_point and these line are helping. Though I am trying to understand how I can apply these thoughts to COBOL too: "The term floating point refer...
by Rajat Singh
Thu Jul 30, 2015 3:19 pm
Forum: Other Databases on zOS.
Topic: Pass parameter from JCL to a FOCUS program.
Replies: 5
Views: 2341

Re: Pass parameter from JCL to a FOCUS program.

Hi,

Thanks all who tried to help. I have used the below code which worked for me:

Code: Select all

//SYSIN      DD * 
EX FOCUS  varaible1='value1', varaible2='value2' 
In this varaible1 and varaible2 are already defined in the FOCUS program. 'value1' and 'value2' are the values I wanted to pass to the program.
by Rajat Singh
Wed Jun 17, 2015 3:24 pm
Forum: Other Databases on zOS.
Topic: Pass parameter from JCL to a FOCUS program.
Replies: 5
Views: 2341

Re: Pass parameter from JCL to a FOCUS program.

I have referred manuals but I did not find a reference as of now. In this no one knows the FOCUS so it's all more difficult.
by Rajat Singh
Wed Jun 17, 2015 3:22 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is the difference between Floating-point and Packed Dec
Replies: 9
Views: 1257

Re: What is the difference between Floating-point and Packed

Thanks enrico.

Robert,

I think I'll get 0000000 in case of packed decimal but what would I get for floating point?
by Rajat Singh
Mon Jun 08, 2015 6:06 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is the difference between Floating-point and Packed Dec
Replies: 9
Views: 1257

What is the difference between Floating-point and Packed Dec

Hi,

What is the difference between Floating-point and Packed Decimal? I have read explnation about it and searched in google but more I read more I get puzzled about it. For "normal life calculation" will not theyjust behave just same? Or should there be compiler considerations too, always?
by Rajat Singh
Mon Jun 08, 2015 5:58 pm
Forum: Other Databases on zOS.
Topic: Pass parameter from JCL to a FOCUS program.
Replies: 5
Views: 2341

Pass parameter from JCL to a FOCUS program.

Hi,

How do we pass the parameters from JCL to FOCUS program? Can you please share some sample?

Go to advanced search