I'm trying to create shocks files, but my original code calls existent fmt
files. How can I create empty formatted fmt
files with n
rows and m
columns?
Thank you!
1 Answer
0
accepted
There is not a way to create an empty .fmt
file. You could create one filled with zeros. However, I would recommend that you double check to see that the code is not actually reading from the files first.
What is the first line of code that references the .fmt
files?
Your Answer
1 Answer
There is not a way to create an empty .fmt
file. You could create one filled with zeros. However, I would recommend that you double check to see that the code is not actually reading from the files first.
What is the first line of code that references the .fmt
files?