345 pts.
 sflcode & COBOL/400 code
i have a database file name emp         file name=Emp R emprec    Eno           10p    Ename      10a    Esal          10p k Eno and subfile name is empsfl  sflrec Contain fields   SEno        10p   SEname   10a   SEsal       10p sflctl contain indicators are    sfldsp       30    sfldspctl    31    sflclr         32    sflend       33    ca03(03 'Exit') subfile record name=sflrec subfile control name=sflctl subfile footer name=footer but my requirement is to read database file and display records in screen pls give cobol/400 code         

Software/Hardware used:
software
ASKED: March 4, 2011  2:01 PM
UPDATED: March 4, 2011  7:51 PM

Answer Wiki:
Thank you for visiting ITKE. We are happy to help you with solving specific IT questions, but need as much information as possible to do so. Let us know about the problem you are trying to solve, how you are approaching it and what work you’ve done so far, and we can help guide you in the right direction.
Last Wiki Answer Submitted:  May 14, 2013  8:32 pm  by  Chris Leonard   2,600 pts.
All Answer Wiki Contributors:  Chris Leonard   2,600 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Have you done any COBOL coding?
IS there not an existing program at your place of employment that uses COBOL to ds a DSPF?
We generally assit witl a problem and not write a complete program for someone.

 32,855 pts.

 

sounds like homework

 7,185 pts.

 

It sounds like you need some training, it would also be a good idea to read a book on COBOL for the iSeries. Go out to the Internet and do a search, a lot of good stuff out there.

 3,175 pts.