A/P Batch File

Jetta_Krempel

Member
I am trying to upload A/P information from and outside system. I have everything ready and according to JDE I am suppose to run P0411oz. My problem is that in the CL there are passed PARMS. I am not sure what parms to use. Can anyone help me?
 
The passed parms will automatically get passed in when you run your
version. I have different versions set up for different users. The program
*entry list will receive them in. All I had to do was create a program to
upload the data to the 'Z' files, then set up the versions in the P04110z
form ID for the users to run. The p04110z will do the rest. It will give
you a report of errors if any data is missing or incorrect. Once all data is
correct, you run it in update mode and it will populate the F0411 and F0911.

Mary Cogdell
Manager of AS/400 Programming Support
Eat'nPark
Hospitality Group, Inc.
(412) 461-2000
 
It needs to be submitted from the DreamWriter versions screen. The DW
version will call J04110Z and pass the appropriate parms to P04110Z. To
find which menu this is on (if you have built your menu xref), type in
P04110Z and F8.

Regards,
Sally White




Sally White
SJSoftware, LLC
 
It is on G04311.


Mary Cogdell
Manager of AS/400 Programming Support
Eat'nPark
Hospitality Group, Inc.
(412) 461-2000
 
Yes I saw that and that is where I determined I need the Parms, but I don't know what they are.

>>> suni <[email protected]> 12/12/00 11:49AM >>>
there is a CL you should probably use: J04110z




--------------------------
To view this thread, visit the JDEList forum at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=W&Number=2509
*************************************************************
This is the JDEList World Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************
 
Program name & Dream-Writer Version.


--- Jetta Krempel <[email protected]>
wrote:
> I am trying to upload A/P information from and
> outside system. I have everything ready and
> according to JDE I am suppose to run P0411oz. My
> problem is that in the CL there are passed PARMS. I
> am not sure what parms to use. Can anyone help me?
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=W&Number=2497
>
>
*************************************************************
> This is the JDEList World Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
>
*************************************************************
>


__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
 
Hi Jetta,

Try this for a change;

CALL PGM(J04110Z) PARM(P04110Z YOURVERSION)

Where YOURVERSION is ofcourse the version you created in your version
list.

Have fun with it!

Richard.

>>> [email protected] 12/12/00 07:17PM >>>
Yes I saw that and that is where I determined I need the Parms, but I
don't know what they are.

>>> suni <[email protected]> 12/12/00 11:49AM >>>
there is a CL you should probably use: J04110z




--------------------------
To view this thread, visit the JDEList forum at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=W&Number=2509

*************************************************************
This is the JDEList World Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************





--------------------------
To view this thread, visit the JDEList forum at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=W&Number=2522

*************************************************************
This is the JDEList World Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************
 
Back
Top