Previous Topic: Parameters

Next Topic: YSCPRCV - Script Recovery Action

Usage Details

Once the Web Option Control Values are set, you may need to edit the HTML skeletons. However, if you do need to do so, map a network drive to enable you to access a skeleton from a PC.

Select the skeleton you want to edit and use the YPRCSKL command to convert it from a member in Y2WEB/YMLSSRC to a PC file:

YPRCSKL SKELETON(skeleton-name) OPTION(*CVTTODOC)

When you have finished editing the skeleton and have saved it, use the YPRCSKL command on the IBM i to convert the HTML file back to a source member in Y2WEB/YMLSSRC:

YPRCSKL SKELETON(skeleton-name) OPTION(*CVTTOSKL) DLTDOC(*YES)

Note: At runtime, Web Option does not read skeletons directly from the YMLSSRC file, they are loaded into memory when first needed and then accessed from there. Therefore, changes made to a skeleton that is already loaded into memory are not seen at runtime until you restart the Web Option server, which reloads the skeletons from YMLSSRC into memory.