I will try the change, but I found this, now to figure out how,what,when....
CARGCALL
This subroutine is intended for C programmers calling TCP/IP socket
routines. When called before the first socket routine, it guarantees
that
the arguments are passed in the manner C requires.
CALLING SEQUENCE: CALL CARGCALL();
I think I am not linking to the correct MUSIC/SP library.
Got to learn more about compile time libraries.
The above was found in the help menu, system subroutines.
Still working on it.
Ok. In a FORTRAN program, you might use something like this:
/FILE SUBLIB PDS(*OS,*MUS)
I don't know if this would work in a C program or if you need something
different in that environment.
Bear in mind that the available documentation may be appropriate for
C/370 or something else that is not WATC.
Regards,
Peter Coghlan.