I recently reinstalled the JDK and since then none of the applets work in the Browser. I checked the Java Console and it says it can't find the class. The class file is in the same file as the .java and the .html files. My path is correct.
Help, I am new at Java and have exhausted every...
M,
Again, thanks for your help! I found out the problem I was having was due to the debugger. I was trying to look at the return value of GetBandAtPointer in the debugger but it causes the focus to change sending back the wrong data.
I am not sure what you are asking. If you want the column to have a default value when you retrieve the data you can set it in the SQL. In PB 6.5 you can set an initial value in the "Column Specifications" menu item under Row. In PB 7 and 8 "Column Specifications" is in...
Thanks for the reply... I am using GetBandAtPointer to get the last row number of the group but it is not working for me... It gives me row 1 everytime? So I have not been able to get a row number from the group to use. Do you have any suggestions as to why the GetBandAtPointer is not working?
Thanks Marc,
I had read that thread hoping it would help me figure this out...it didn't. But I found help from someone in my company.
Here's what I had to do.
As the precomiler runs it creates a temporary file. I had to change the PIC S9(9) to a PIC S9(10) in the temp file. It the second...
I am trying to use the Oracle pre compiler on a Cobol program and it is creating an error on this line:
01 SQLCTX GLOBAL PIC S9(9) COMP VALUE +1027525961.
The error is:
The number of digits or the position of the decimal point in a "VALUE" literal was not compatible with the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.