Sep 23, 2002 #1 digitalgear Technical User Joined Aug 25, 2002 Messages 27 Location US How do you remove something from an IDC table in load 49. Some one added some tables with the wrong numbers. I can't figure out how to remove them
How do you remove something from an IDC table in load 49. Some one added some tables with the wrong numbers. I can't figure out how to remove them
Sep 23, 2002 #2 cmawbey Technical User Joined Oct 16, 2001 Messages 1,313 Location GB hello ok if you use OUT in this ioverlay it will OUT everything so beware what you do is use CHG so if the number you want to take out is 1234 then LD 49 req...chg type idc cust x dcno x idgt 1234 1234 x <cr> Colin Upvote 0 Downvote
hello ok if you use OUT in this ioverlay it will OUT everything so beware what you do is use CHG so if the number you want to take out is 1234 then LD 49 req...chg type idc cust x dcno x idgt 1234 1234 x <cr> Colin