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.
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, To limit selection:
|
s | Output summary format. |
v |
Output only objects with fieldName
=
value, for example, 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: |
? | Print usage and syntax. |