CWD

CWD — the current working directory in which DFbatch executed to create this log file

Synopsis

Content model

CWD ::=
EMPTY

Attributes

None.

Description

A CWD identifies the directory in which DFbatch was executed when this log file was created.

Processing Expectations

Any filenames in the output log that have values which are relative pathnames can be taken as relative to the value of this element.

Parents

These elements contain CWD: BATCHLOG

Children

The following elements occur in CWD: None.

Examples

Example 6.54. The current working directory /opt/studies/val254/lib and the source file test_in.xml

<CWD>/opt/studies/val254/lib</CWD>
<SRC>test_in.xml</SRC>

The combination of these elements indicates that the source file for the batch was in /opt/studies/val254/lib/test_in.xml.