Hi Mayur, I'm not sure where you are in the development, but to create a web page that would behave like a subfile you would have to do the following: 1. divide up your html file into at least three sections: A header or static section, a section for your subfile records, and a footer section.
2. In the section for the subfile records, define the fields that comprise the subfile. If you are using an html table for your subfile records, you would start the section at the <tr> tag and end it at the </tr> tag. 3. In your COBOL program you would populate the static section and write the section. Then, for each record in your subfile section, populate one record and write the section. Do this until you have processed all the records your wish to display on the web page. Then, write the footer section. Hope this helps. Best Regards, Dean Gordonwood --- In [email protected], "Mayur Chandra" <[EMAIL PROTECTED]> wrote: > > > hi, > i need help regarding how to handle subfiles through cobol program, can anyone send me some pdf's or material on net which can help me. > thanks > mayur > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/wbFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Easy400Group/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
