Guest_imported
New member
- Jan 1, 1970
- 0
I have a conversion program from Fortran to Cobol. In fortran they have used array as a variable and have passed it to functions with arry as paramater. Can it be done in cobol ?. If so how ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
CALL <function> OF <code-file> USING <variable(s)>