jobload



    Usage: To load job-related data into the gen database.

    Syntax: jobload [-clw] [-o objName [-v fieldName value]*]*
                    [-m type srcVal dstVal]* inFileName

           (asterisks indicate options that may appear more than once)

    Options:
     -c   commit to database (default is list only)
     -l   expand "$LAWDIR" before committing
           (equivalent to -m LawDir "$LAWDIR" $LAWDIR)
     -w   skip object validation
     -o   load objects of type objName
            (default without option is to load all)
             ex: -o Job    (loads only Jobs)
     -v   load only objects with fieldName=value
            ex: -o Job -v JobName MYJOB
     -m   replace information wherever it appears in record fields
            type = LawDir, UserName, ProductLine, Printer
            ex: -m LawDir \test\apps\ \main\apps\
     -?   print usage and syntax