× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



fbocch2595@xxxxxxx wrote:
what's the difference between ANZOBJCVN *COLLECT and *REPORT?
Should I run *REPORT? I see that I misstated what I was doing...
I'm going to run ANZOBJCVN not the actual conversion itself.


http://www.redbooks.ibm.com/redpieces/abstracts/redp4293.html?Open

From chapter 3 of the IBM Redpaper document "IBM i Program Conversion: Getting Ready for 6.1 and Beyond", link just above:

3.2.2 Examples of collection commands

We suggest one of two approaches to collect data.

One way is to collect all types of information at once, so that all collection files are populated, by using the ANZOBJCVN command in Figure 3-6. This command collects information about all program objects found in libraries in the *ALLUSR portion of the system (not including exceptions listed in 3.2.1, "Parameters of the ANZOBJCVN *COLLECT command" on page 18), spooled files, and all relevant objects in the integrated file system.

<<SNIP ?ANZOBJ OPTION(*COLLECT) OBJ('/')>>
Figure 3-6 ANZOBJCVN collection on *ALLUSR libraries, the integrated file system, and spooled files

Alternatively, you can split the data collection process into two steps. For example, you can collect data on program model objects in *ALLUSR libraries and on spooled files:
ANZOBJCVN OPTION(*COLLECT) LIB(*ALLUSR) SPLFILE(*YES)

<<SNIP>>

3.3 Creating reports

The ANZOBJCVN command has two functions:
- To collect
- To report
Initial usage of the command is to collect information. Then you can use the report parameter to generate a spooled file listing of information that was previously collected. In this section, we explain how to generate reports with the ANZOBJCVN OPTION(*REPORT) command. When the ANZOBJCVN command is run with OPTION(*REPORT), the tool generates a report in a spooled file called QPIZARPT, based on the data of the type last collected with the ANZOBJCVN OPTION(*COLLECT) command.

For links that lead there:
http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/topic/rzahc/rzahcwhatnew.htm
http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/topic/rzahc/rzahcswinstallprocess.htm#rzahcswinstallprocess
http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/topic/rzahc/rzahcinstallingptfsforconversions.htm#rzahcinstallingptfsforconversions
http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/topic/rzahc/convert.htm#convert

Regards, Chuck

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.