While there are datatable reports for different variable intents, there is no report for a variable which is intent(in) or intent(inout) at run time but which is intent(out) at initialize time. This feature could be used to select only the variables which need to be initialized.
While there are datatable reports for different variable intents, there is no report for a variable which is
intent(in)orintent(inout)at run time but which isintent(out)at initialize time. This feature could be used to select only the variables which need to be initialized.