Hi folks.
I have a problem with exporting to an rtf file.
Here is the code.
PRINT/REPORT,EXEC MODE=END,$
TO_FILE=ON,PROMPT,$
TO_PRINTER=OFF,$
TO_DMIS_REPORT=OFF,FILE_OPTION=INDEX,FILENAME=,$
REPORT_THEORETICALS=NONE,REPORT_FEATURE_WITH_DIMEN SIONS=NO,$
PREVIOUS_RUNS=DELETE_INSTANCES
this is all the default, except the PROMPT in the TO_FILE line. From reading the help file, I'm understanding the last line PREVIOUS_RUNS=DELETE_INSTANCES will delete the previous data and the output will be the part I just ran.
Am I not understanding this? PCDMIS is appending when it should be creating just the last part ran. Any help is appreciated.
I have a problem with exporting to an rtf file.
Here is the code.
PRINT/REPORT,EXEC MODE=END,$
TO_FILE=ON,PROMPT,$
TO_PRINTER=OFF,$
TO_DMIS_REPORT=OFF,FILE_OPTION=INDEX,FILENAME=,$
REPORT_THEORETICALS=NONE,REPORT_FEATURE_WITH_DIMEN SIONS=NO,$
PREVIOUS_RUNS=DELETE_INSTANCES
this is all the default, except the PROMPT in the TO_FILE line. From reading the help file, I'm understanding the last line PREVIOUS_RUNS=DELETE_INSTANCES will delete the previous data and the output will be the part I just ran.
Am I not understanding this? PCDMIS is appending when it should be creating just the last part ran. Any help is appreciated.
Comment