The LBYPROC utility lets you add resources to your libraries. Here are some examples of how you can add resources.
This table defines the XML tags used in the following Add script examples:
XML tag |
Description |
LIBRARY |
Enter the name of the library to which you want to add resources. Here is an example: <LIBRARY VALUE="DEFLIB\MASTER.LBY"/> |
FILENAME |
Enter the name and path of the file you want to add. You can include asterisks (*) as wildcards. Here is an example: <FILENAME VALUE=".\forms\q1addr.fap"/> The default is "" which adds all files in the library you specified. |
NAME |
Enter the name of the file, without the extension or path. You can include asterisks (*) as wildcards. Here is an example: <NAME VALUE="Q1ADDR"/> The default is "" which adds all files in the library you specified. |
TYPE
|
Enter the file extension, such as FAP or LOG. You can include asterisks (*) as wildcards. Here is an example: <TYPE VALUE="FAP"/> The default is "" which adds all files in the library you specified. |
DESC
|
Enter a description of the task you are performing. Here is an example: <DESC VALUE="Added this resource using LBYPROC"/> |
EFFDATE |
Enter the effective date you want the utility to assign to the resources it will add. Here is an example which shows an effective date of January 1, 2011 <EFFDATE VALUE="20110101"/> |
VERSION |
Enter the version number you want the utility to assign to the resources it adds. Here is an example: <VERSION VALUE="00001"/> |
REVISION |
Enter the revision number you want the utility to assign to the resources it adds. Here is an example: <REVISION VALUE="00001"/> |
MODE * |
Enter the mode you want the utility to assign to the resources it adds or enter "" for any mode. You can also use this tag to enter descriptive text about the resource. Here is an example: <MODE VALUE="Mode-added-via-LBYPROC"/> |
STATUS * |
Enter the status you want the utility to assign to the resources it adds or enter "" for any status. You can also use this tag to enter descriptive text about the resource. Here is an example: <STATUS VALUE="Status-added-via-LBYPROC"/> |
CLASS * |
Enter the class you want the utility to assign to the resources it adds or enter "" for any class. You can also use this tag to enter descriptive text about the resource. Here is an example: <CLASS VALUE="Class-added-via-LBYPROC"/> |
PROJECT * |
Enter the project you want the utility to assign to the resources it adds or enter "" for any project. You can also use this tag to enter descriptive text about the resource. Here is an example: <PROJECT VALUE="Project-added-via-LBYPROC"/> |
* You define modes, statuses, classes, and projects when you check in a resource using Documaker Studio. See the Documaker Studio User Guide for more information.
See also the following detailed examples:
© Copyright 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.