christyleomin
Joined: 08 Apr 2011 Posts: 155
|
Posted: Sun Jul 24, 2011 2:57 pm Post subject: Data statement |
|
|
In a subroutine (subroutine A) I have declared the following using data statement;
DATA abr /'PL','','CZ','VO','ST','DU'/
Now, I want to pass these into another subroutine, subroutine B.
Is it sufficient;
call B (abr)
???
Please help |
|