I "think" these files are created when the File gets rebuilt. But docs don't specifically mention it. http://docs.lansa.com/14/en/lansa015/in ... 3_0670.htmControl the use of $$ files.
Pass YES or NO or OPT.
Defaults to NO if not specified.
If NO, any existing $$ file will not be automatically deleted.
If YES, any $$ file of the files being imported will be automatically deleted. The file name to be deleted is composed of $$ plus the first 8 characters of the file name. Where 9 and 10 character file names are not unique in the first 8 characters, this may result in additional $$ files being deleted. (For the processing to complete, these files must be deleted.)
This http://docs.lansa.com/14/en/lansa010/co ... _30018.htm talks about deleting the $$ File
But again, I am having trouble isolating when exactly the $$ File is built.
This http://docs.lansa.com/14/en/lansa095/co ... 1_0515.htm has a clue as it states
however that is within the IDE. What about on the iSeries?Delete $$ file is required when rebuilding a file, so that LANSA can rename the existing file beginning $$ and map data from the old file to the new.
So it seems like the $$File is created when the File is rebuilt.
So when does a File get rebuilt? Does it only happen in the IDE? What about when you deploy a File or in my case export/import it?