It would only be a problem if you are using an old obsolete AS/400; and if that’s the case, no one can help because you didn’t tell us critical information. Even in V5R3 (which is also so old that it’s been out of support for four years), COBOL can handle 24-digit numbers and larger.
Debug . . . . F3=End program F6=Add/Clear breakpoint F10=Step F12=Resume F17=Watch variable F18=Work with BIG-NBR = 000000000000000000000052.
Yes it is true that Outlook 2007 offers PST file size limit of 20 GB. But this is the expandable limit upto which you can expand the size. However normally as soon as you reach to around 4 GB and 5 GB, Outlook starts showing such warning messages of oversize etc. and also makes it slow. As Paul, suggested you can either expand the size by making registry changes or simply can use some other alternative solutions like compact oversized PSTfile automatically or manually with Compact Now setting in Outlook. However manual step takes a lot of time so I will recommend the automatic way. You can check this blog post http://it.toolbox.com/blogs/recover-outlook/all-about-compacting-outlook-pst-file-53163 . Hope this will help you in reducing the size of Outlook.
Regards
Maria
You can convert lotus notes emails to Outlook file. Use a NSF to PST converter to accomplish this task.
Regards
Maria
Follow these steps :
-Open Outlook and click on Contacts in bottom left corner of Outlook Window.
-Now click on File -> Import and Export and select the ‘Export a File’.
-Click Next. Select Personal Folder File and click Next twice. But make sure that Contact folder is selected.
-Click Browse to save the contact data at any desired location and then click finish.
-You can copy this file into any portable device like pen drive, CD etc. and then later import it into Outlook of your laptop.
Regards
Maria
To fix this issue you can use any of these two methods:
-Reset your Internet browser settings
-Export/Import the registry key from another computer
You can follow the complete steps from this Microsoft KB – http://support.microsoft.com/kb/310049
Regards
maria
You can do following things :
Check your Outlook for any Rule or Filter.
Check Junk Mail Folder
Check your Anti-virus software
Search for messages which you have received today
If nothing helps then contact your ISP administrator
Regards
Maria
One problem is the length of the number. 24 digit integer is out of limitations of Cobol, Java etc.
The solution is to cut the number into pieces: 9 digits, 7 digits, 7 digits 1 digit. Calculate the modulo of part one, concatenate it with part 2, modulo again and so on. The algorithm is well known. The calculation itself is about simple 10 lines ob Cobol code.
I just wrote a simple Cobol program for AS/400 doing this:
CALL PGM(IBANLIB/IBANCALC) PARM(’54092400′ ’123456′ ”)
parm 1 = bank code, parm 2 = account, parm 3 = outparm IBAN.
In addition to the modulo calculation you need some simple code for the specialties of some banks. The final documentation is available from Bundesbank since April 03.
Also I would add the usual SQL lines, so that Cobol programs can be called from programs/CLs inside the AS/400, as well as from outside as a service, like from Java programs like this:
ProgramCall instanceProgramCall = new ProgramCall(instanceAS400Session, “/QSYS.LIB/IBANLIB.LIB/IBANCALC.PGM”, as400parm);
Maybe I will publish the code on some freeware download platform, or sell it for a sixpack beer.
Great, now I need to compare the dates. I have a wDateA field of 6A which contains date data stored as ddmmyy and wDate1 which is of 8A contains date data as yyyymmdd and wDate2 which is also of 8A and contains date data as yyyymmdd. Now I want to know whether the 6A date field(wDateA ) is between wDate1 and wDate2
I tried like this but it is crashing with ‘receiver too small’ error.
%Date(wDateA:*DMY0) %Date(wDate2:*Ymd)
This looks very much like an academic question. Why is it assumed that there are “2 steps”? — Tom
Simplest might be [ eval wDAte = %date(wISODate) ]. — Tom
The subfile relative record number value can be specifically retrieved from the I/O feedback area for ICF and display files without any “keyword”. — Tom
The “keyword” would be SFILE(recformat:rrnfield). — Tom
hi Philip,
Readc Will read the changes made and fetch the value which is entered, not the position in which it is entered.
Hi Charlie,
That is what i am asking. how to get the sfl record number. What is the keyword?
FOR OUTLOOK 2007/2010
1. Click the File tab.
2. Click Options.
3. Click Advanced.
4. Under Export, click Export.
5. In the Import and Export Wizard, click Export to a file, and then click Next.
6. Under Create a file of type, click the type of export that you want, and then click Next.
The most common is Comma Separated Values (Windows), also known as a CSV file.
7. Under Select folder to export from, select the contact folder that you want to export, and then click Next.
NOTE Unless you chose to export to an Outlook Data File (.pst), you can only export one folder at a time.
8. Under Save exported file as, click Browse, select a destination folder, and in the File name box, type a name for the file.
9. Click OK.
10. In the Export to a File dialog box, click Next.
11. Click Finish.
For pictures, Press F1 [help] then type “export”
Okay, you’ve described the tasks. What is the problem? — Tom
Is your use of QMHSNDPM new or is it using a more recent coding style? Please post the calling code including all related data definitions.
.
APIs do sometimes have bugs. But they don’t show up often after early-release gets a workout, and they usually appear in APIs that are less commonly used. QMHSNDPM is so widely used in so many different ways that a bug in the API is an extremely unlikely cause for this problem.
.
Tom
The System Openness Includes can be installed the same way any OS option is installed. — Tom
I’m not clear on your situation. Where does this @If formula exist? Only in your evaluate statement? Do you have a computed field with this as its calculation? Can you get the formula to calculate by any method? Are you getting an error message about a text string being too long? Please give more detail.
That was short-lived. Another unrelated change (developing pgm now so frequent changes) and api seems to fail again – in a different way. MSG subfile now begins with an informational message (about the DDM file-same one I’ve been using) and never changes (even tho I force errors which would normally populate the MSG subfile). I managed to get a partial field during debug and it mainly has ‘CPF’ where it stops. So my guess is I’m getting an execution error.
So … general advice might help, but any focus on the error itself seems unlikely to get us anywhere.







