Use the IDTPOP Utility to convert the file to ASCII-text using the text editor of your choice, e.g. Notepad.
Add a line that contains the following fields.
process_id|process_type_id|pm_flags|description
Field No. |
Field Name |
Description |
Example |
0 |
process_id |
The name of the process that the program will look to for data. |
DL_RP |
1 |
process_type_id |
Process type ID; usually RESIDENT process. |
RESIDENT |
2 |
pm_flags |
Use default value = 1. |
1 |
3 |
description |
Description of the process |
Data Logging |
Example
DL_RP|RESIDENT|1|Data Logging
Save the file.
Use the SCPOP Utility to convert the file back to binary format.
PRT interested process utility configuration. |