|
Ravi, You're not required to have separate I-O areas in your program for a display file. There may be a slight performance advantage for sending a smaller amount of data to the display but I have never noticed it. Generally, I code all of my fields as B (input/output) and then use the DSPATR(PR) and CHGINPDFT keywords on those fields that are only required for output. This allows you to copy only the *output* (-O) records into your program. This eliminates the need for qualification and allows a single record structure to work with. I believe it makes the code easier to understand. Its also easier on my brain :) Terry > -----Original Message----- > From: Ravi Prasanna Annasagara Nagarajan > [mailto:ravi.annasagara@wipro.com] > Sent: Tuesday, August 13, 2002 6:13 AM > To: cobol400-l@midrange.com > Subject: Need for separate Input and Output Areas in Display File > > > This is a multi-part message in MIME format. > -- > -- > [ Picked text/plain from multipart/alternative ] > Hello > > This is a pretty basic question. Why do we need to separate Input and > Output Areas in display file? Is there any advantage in that? > The reason I am asking this question is because we do not do any such > thing in RPG programs. So why is it required in Cobol programs? > Does it provide any performance enhancements? > > Many thanks in advance. > > Regards, > Ravi Prasanna A.N. > mailto:ravi.annasagara@wipro.com > > -- > > > -- > **************************Disclaimer************************** > ********** > > Information contained in this E-MAIL being proprietary to > Wipro Limited is > 'privileged' and 'confidential' and intended for use only by > the individual > or entity to which it is addressed. You are notified that > any use, copying > or dissemination of the information contained in the E-MAIL > in any manner > whatsoever is strictly prohibited. > > ************************************************************** > ************* > -- > > _______________________________________________ > This is the COBOL Programming on the iSeries/AS400 > (COBOL400-L) mailing list > To post a message email: COBOL400-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/cobol400-l > or email: COBOL400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/cobol400-l. >
As an Amazon Associate we earn from qualifying purchases.
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.