View previous topic :: View next topic |
Author |
Message |
superk Advanced
Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Thu Apr 15, 2004 7:08 am Post subject: |
|
|
CALL FILEAID would call a sub-routine who's name is FILEAID.
I think you want to use the TSO command to invoke a program:
"CALL *(FILEAID)" |
|
Back to top |
|
|
superk Advanced
Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Fri Apr 16, 2004 9:47 am Post subject: |
|
|
According to HELP CALL:
The CALL command loads and executes programs in executable form.
SYNTAX: CALL 'dsname(member)' 'parm'
If no DSNAME is used, PREFIX.LOAD is used as the
DSNAME. If '*' is used, the Link List will be
used to locate the MEMBER. |
|
Back to top |
|
|
|
|