here is my requirement ...... A cobol program contains many copybooks. when i want to see the layout of a copybook inside a cobol program ......the macro should display the copybook like we see in FILA - 8 (view option) ....... so the macro should invoke File-Aid and display the layout of the copybook ......
I can able to invoke the file-aid View panel using the command ...... Address Tso "%F8" ..... it displays the panel ..... but i want to see the copybook layout ...... that i couldnt achieve till now ......
Is there any way other than invoking a JCL ....... becoz i have the copybook name and path from what i parse in the cobol program ...... and as i already have the tso command to invoke file-aid ..... i think there should be way to display the copybook from there itself ......