Debug Master Business Function

manishmpradhan

Member
Hello Everyone!
Can anyone throw some light as to how to debug a master
business function on AS400? Any insight will be really appreciated!
Thanks in advance
 
Can't you debug it locally using Visual C++?

I think it is difficult to debug on the AS/400 because the business
functions are created
as bound C *modules and the "source" debug options is not used on the
compile of the
create of the business function. Therefore, you can't run AS/400 debug on
the module.
Thanks.
----- Original Message -----
From: "manishmpradhan" <[email protected]>
To: <[email protected]>
Sent: Monday, July 23, 2001 2:12 PM
Subject: Debug Master Business Function


http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OW&Number=
17213
 
There's a document on KG about this. I think it's in the knowledge broker.

Hello Everyone!
Can anyone throw some light as to how to debug a master
business function on AS400? Any insight will be really appreciated!
Thanks in advance




--------------------------


C Ho
Intermediate Programmer/Analyst
Xe SP 15.1 AS/400 V4R3 coexistant
CO on SQL 7.0 SP2 + hotfix
 
Yes, you can debug a function on the AS/400, even when they're in a batch program.

Get document ott-99-0147 to learn how to do it.

Darren Ricciardi - OneWorld Whipping Boy
 
Back
Top