jobdump - Job Dump

jobdump [-dls] [-f inFileName] [-o objName [-v fieldName value]*]*

[-m type srcVal dstVal]* [outFileName]

(asterisks indicate options that may appear more than once)

Dump job-related information from the GEN database of one Lawson Environment to enable it to be loaded into another using jobload.

Note: You must specify the order you want data in for the dumpfile. Specify first DstGrp, second Job, and finally RecurJob to ensure the proper execution of jobload.
Program Option Description
d Output dump file format. Without the -d option, the default is a -s summary list.
l Replace $LAWDIR with "$LAWDIR" in output. It is equivalent to -m LawDir $LAWDIR "$LAWDIR".
f Dump information from dump file inFileName. The default without this option is to dump all job information from the database.
o

Output objects of type objName, where object is a job or recurring job. The default, without the option, dumps all (that is, -o Job dumps only jobs).

To limit selection:

jobdump -o job -v jobname xyz

s Output summary format.
v

Output only objects with fieldName = value, for example, -o Job -v JobName MY JOB

Valid object types are DistGrp, Job, and RecurJob.

Valid field names for Job and RecurJob are UserName and JobName.

m

Replaces information where it appears in record fields. type = LawDir, UserName, ProductLine, Printer

For example: -m LawDir /test/apps/ /main/apps/

? Print usage and syntax.

At the Qshell command line, specify the information above.

- or -

  1. In a Lawson Interface Desktop (LID) session, use Form Transfer (F8).

  2. On Form Transfer, specify jobdump in the Form ID field. Click the OK button or press Enter.

Note: Date, time, username, type, utility name and key field activities of this utility are logged in the $LAWDIR/system/secadmin.log file.