Page 2 of 2

Re: Values from JCL to Cobol subroutine

PostPosted: Fri Jun 24, 2011 1:17 am
by Ed Goodman
Wait...don't assume the subroutine is resident! TS should try it out first to make sure the compile/link options keep the same subroutine instance in memory and do NOT reinit the working storage.

Also, TS, please don't use SYSIN, that's just weird.