On new projects I store my HTML files in the IFS; however, we have several older projects still storing HTML in source files.  So I could work with these files in my favorite text editor (www.editplus.com), I created two user options that work from PDM.  

        CW - Copies the member to an IFS directory so it can be edited.
        GW - Gets copy of the member from the IFS directory.

I have a directory on our system called "work" that the options copy to and from, regardless of library and file.  Technically, these options will allow you to copy ANY source member to the IFS and edit it, but keep in mind that the timestamps that SEU places on each line are lost in the conversion.  For HTML, that doesn't matter, but I'm sure many people depend on those dates being there in RPG and CL programs.

Here are the command strings:

CW-
CPYTOSTMF FROMMBR('/qsys.lib/&L.lib/&F.file/&N.mbr') TOSTMF('/work/&N.&T') STMFOPT(*REPLACE) CVTDTA(*AUTO) STMFCODPAG(*PCASCII)

GW-
CPYFRMSTMF FROMSTMF('/work/&N.&T') TOMBR('/qsys.lib/&L.lib/&F.file/&N.mbr') MBROPT(*REPLACE) CVTDTA(*AUTO) STMFCODPAG(*PCASCII)



"katemsg" <[EMAIL PROTECTED]>
Sent by: [email protected]

12/20/2005 11:58 AM

Please respond to
[email protected]

To
[email protected]
cc
Subject
[Easy400Group] Recommendations for creating HTML





Hi,

Creating HTML via SEU is difficult.  What would you recommend?
I can get Front Page, but is that the best?

Thanks,
Kate





------------------------ Yahoo! Groups Sponsor --------------------~-->
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/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/







YAHOO! GROUPS LINKS




Reply via email to