Let's say I have a dataset opened in Edit mode. I've put together a macro that inserts NOTELINES in between the regular DATALINES. Is there a way to perform a FIND command that will search not only the data lines but also those note lines and position the cursor on the 1st occurence of the search string may it be either in the data lines or the note lines ?
From what I can see, FIND only searches the data lines, ignoring all other types of lines (Notes, Messages, Information).
I've tried to "compute" where the cursor should go in an alternative method but even the ISREDIT CURSOR command works only with the data lines. Let's say I have 2 data lines and 3 note lines for a total of 5 lines on display, if I issue a ISREDIT CURSOR = 4 1 command, it does nothing since ISPF sees only two lines, the data ones and won't move the cursor to the 4th line. Is there a way to make ISPF consider all non data lines with the CURSOR command ?
ANy help is appreciated.