On Mon, Feb 4, 2013 at 1:00 PM, John McKown <[email protected]>wrote:
> The C run-time library, IIRC. So it only works for things which are > written in C and use the C run-time (as opposed to written in C and > using some other method), or for things not using the C run-time, but > which look at the tag information themselves and do any conversion > necessary (likely via iconv or equivalent). > For the most part, C runtime library functions can be called from any HLL that generate an IBM standard parmlist. It might not be convient to do in COBOL, etc. because there is no appropriate header files. However, you can manually build the parmlist. > > On Mon, Feb 4, 2013 at 2:44 PM, Paul Gilmartin <[email protected]> > wrote: > > On Mon, 4 Feb 2013 09:33:17 -0500, Shmuel Metz (Seymour J.) wrote: > > > >> on 02/02/2013 at 08:56 PM, Paul Gilmartin <[email protected]> said: > >> > >>>How much of that does autoconversion fail to do? > >> > >>That would depend on the program. Also, does Perl do autoconversion of > >>the source code? > >> > > I believe that autoconversion is done at something like the > > access method layer. > > > > -- gil > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > > > > -- > Maranatha! <>< > John McKown > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
