dataimported

Applies to C Applies to C++

Purpose

Marks data as imported.

Syntax


Syntax Diagram

Notes

This option applies only to 64-bit compilations.

When this option is in effect, imported variables are dynamically bound with a shared portion of a library.

Conflicts among the -qdataimported and -qdatalocal data-marking options are resolved in the following manner:


Options that list variable names: The last explicit specification for a particular variable name is used.
Options that change the default: This form does not specify a name list. The last option specified is the default for variables not explicitly listed in the name-list form.

Related References

Compiler Command Line Options
datalocal IBM Copyright 2003