These are utility macros used to create dataset copies in a chosen folder for debugging purposes when QRP_DEBUG is set to Y. More...
These are utility macros used to create dataset copies in a chosen folder for debugging purposes when QRP_DEBUG is set to Y.
MACRO 1.
Usage
%createDebugLib(DEBUGLIBNAME=debug&Group., PATH=%str(&DPLOCAL.debugdata/&runid./&ITGROUP.));
[in] | DEBUGLIBNAME | Debug library name |
[in] | PATH | Path to assign debugLibName |
None.
MACRO 2.
Usage
%copyDebugFile(FILENAME=_InclExcl, DEBUGLIBNAME=debug&Group.);
[in] | FILENAME | Name of the dataset to be copied |
[in] | SUFFIX | Suffix to add at the end of the copied file |
[in] | SOURCELIBNAME | Source library of the file to be copied |
[in] | DEBUGLIBNAME | Library where the file will be copied |
None.
MACRO 3.
Usage
%copyDebugFiles(PREFIX=_group, SUFFIX=, DEBUGLIBNAME=debug&Group.);
[in] | PREFIX | Files to be copied will be restricted to those beginning by the prefix value . |
[in] | SUFFIX | Suffix to add at the end of the copied file. |
[in] | DEBUGLIBNAME | Library where the file will be copied. |
None.