How to retrieve Page Length and Overflow parameter details from JDE Report Object?

salemjde

Member
While compiling report format member [Eg.R43500], page length and overflow parameters were given. Once object made, how to retrieve Page Length and Overflow parameter details from JDE Report format Object?
 
RE: How to retrieve Page Length and Overflow parameter details from JDE Report Object?

Are you saying you want to retrieve from the printer file object
description, or to retrieve from spool file attributes? Assuming you
are talking about the printer file object, you can do a DSPFD on the
printer file name.

John Dickey
Financial Systems Administrator
White-Rodgers, division of Emerson Electric
8100 West Florissant Ave.
P.O. Box 36922
St. Louis, MO 63136-9022
314-553-3067
[email protected]
 
Re: How to retrieve Page Length and Overflow parameter details from JDE Report Object?

If you're looking for a spoolfile just created by a specific job/user, use WRKSPLFA and supply the File Name, User,Job,Job Number in a CL program, and it will return the variables that you want. Hope this helps.
Jean
 
Re: RE: How to retrieve Page Length and Overflow parameter details from JDE Report Object?

Thank you John Dickey. Exactly, I want to retrieve from the printer file object. I got the result. My problem was solved by using DSPFD command.
 
Back
Top Bottom