Is it possible (like on the AS/400) that pressing the F5 key , all 'CC' or 'MM' commands go away ?
Is it possible (like on the AS/400) that pressing the F5 key , all 'CC' or 'MM' commands go away ?
Hi Sergio, Technically F5 should work, but it looks like there is a bug :-) I will open an APAR shortly to track the problem. Here is a circumvention that I cooked up. 1) you will need to create a macro called CLEAN.LX (which will clean up the prefix area) in your user macro directory. Here is the content of the macro: /* clear prefix area */ 'EXTRACT LINENUMBER' 'EXTRACT POSITION' 'TOP' 'EXTRACT LINES' into numLines i=0; do while (i
Oops, I noticed that I said to call the macro CLEAN.LX, but it should be CLEAR.LX since I also said to include the following line in profile.LX: 'SET ACTION.F5 ;MACRO SEUCMD RESTORE;MSG ;MACRO CLEAR' Sorry! Violaine Batthish CODE Project Lead Toronto Lab, IBM Canada