Posted: 12 Feb 2010 04:50
For DDI change you can search the old forum for nodico command.
(basically:
mgr -log ---creates log file --->you go to mgr and perform the task --->modify a DDI in your case
mgr -nodico -X --- viewing file
Automation example :
echo 'SET Subscriber "101": "100" { Annu_Name = "MyName", Annu_First_Name = "MyFirstName" }' > tmp.mgr; mgr -nodico -X tmp.mgr ; rm tmp.mgr
You can use this stuff in your scripts
)
(basically:
mgr -log ---creates log file --->you go to mgr and perform the task --->modify a DDI in your case
mgr -nodico -X --- viewing file
Automation example :
echo 'SET Subscriber "101": "100" { Annu_Name = "MyName", Annu_First_Name = "MyFirstName" }' > tmp.mgr; mgr -nodico -X tmp.mgr ; rm tmp.mgr
You can use this stuff in your scripts
)