From the menu line, go to FILE then EXPORT. This feature allows you to export your Crystal Report in a number of formats, including excel. You may export either “Data Only” or not. I normally export data only, which strips off the report titles, page numbers, date, etc, but leaves the column headers.
Yes, you can delete the file or just do a CLRPFM
Hi, It has been a few years, but the CICS ASSIGN command comes to mind. And don’t forget IBMLINK is the place to go. Steve
No, just because a segment is required doesn’t necessarily mean that every element MUST be present. If you don’t have a segment with at least 1 element in it, your process will bomb. For example, on an Outbound Invoice 810, the IT1 segment which is the detail line may be a required segment, but that [...]
You haven’t specified if you are using native I/O or SQL but the concepts are the same 1. Files must be journalled 2. Commitment control must be started prior to opening the files Native – STRCMTCTL 3. Native each file to be updated must include COMMIT on the F spec 4. In your case an [...]
Have you tried google desktop? Once you load the page, you can fire up google desktop, and it would be able to search through that page as well, since it is in the cache. — My tools of choice: wget and grep. wget to fetch the web page grep to do the searches Your regular [...]
I guess you are getting this error when running the application on other machine than the one it was developed on. Try analyzing the application with “Dependency Walker” (Depends.exe). It will tell you what dll’s or modules are missing in the computer. Just run the tool, and open your application in it. Missing modules or [...]
To ensure that the message is “understood” by software on both platforms you should send the message using a non-proprietary format such as XML. If you must use proprietary formats because that’s all the systems allow you can use software such as Microsoft BizTalk as a “router” to convert the data from one format to [...]
You should talk to the company’s bank. They should have some services available for you. You can also look into payroll solutions from companies like ADP or Ceridian. Quicken has tools to do this. As does Peachtree. you can get them fairly inexpensive or free after rebates @ Staples and the like and give them [...]
My current shop doesn’t really use RFID. Just a PC with wireless AS/400 connection in the W/h. Prior shop did a variety of things: short-range scan guns to feed info to nearby workstation in lieu of using keyboard, long-range RF throughout the W/h (less reliable & hard to repair so being phased out), and “brick” [...]
Apparently the application you are using to read the files needs to modify either some file attributes or update some data on the disk. You should copy the files to a temporary location where you have read/write access and remove the READ-ONLY file attribute using File/Properties.
Here’s my clp which I put on the job scheduler which runs it daily at 3pm central time. This clp gets a file from a bank and downloads file to the AS/400 IFS. Obviously it will have to be modified. 5722SS1 V5R4M0 060210 Control Language WEBLIB/MOD001CL OTTAWA 08/25/09 09:33:17 Page 1 Program . . . [...]
SAS doesn’t provides or offers any free evaluation copy except for university students. In the SAS website they are selling limited version of SAS miner. So you can use it, regarding certification SAS already selling books based on the tracks you choose. So pls check SAS site. Cheers, Muthu
To prepare proposal you need to have a good understanding of user need in terms of the following 1. What they want 2. How they want 3. When they want 4. Who want it 5. Why want it Answers from all the above questions will be derived from Interviews, Tenders document, Discussion of team mebers [...]
Both Crystal and WebI are BO products…Crystal is for formatted reporting and WebI is focused on adhooc – casual user developed reports.
Has this been answered? I have the same problem. Any help would be appreciated.
Select INMSP300.M3OE# as “OEM_NO”, INMSP300.M3OEC as “ComprsOE”, INMSP300.M3PRD as “PN”, INMSP300.M3CLS as “PrdLine”, dbo_ECC_APP.OEM[/strong]_NO, dbo_ECC_APP.CARDONE_NO, dbo_ECC_APP.OE_FORMER2, dbo_ECC_APP.OE_REPLACED_BY, dbo_ECC_APP.ID_NO, dbo_ECC_APP.RELEASE From RDB CARF1.INMSP300 INMSP300l LEFT join RDB dbo_ECC_APP dbo_ECC_APP , ComprsOE=OEM_N0 ————— I think this should be something like ON ComprsOE=OEM_N0 ————– this … Where INMSP300.M3CLS =’78′ and INMSP300 is NULL; C Do you get any [...]
Hi, You can take a look to this link. http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/rzahw/rzahwsynco.htm The title is “Synchronization techniques among threads” Regards, Wilson
I’m having a bit of difficulty understanding process and problem 1. Pgm RPG1 – creates PF 2. Pgm RPG2 – reads PF and writes flat file with ‘~’ seperators 3. CPYTOPCD copies flat file but last record has an unexpected value. Questions 1. Are all other rows in the file exactly like the flat file? [...]
What are you trying to do with it?





