Scott - If TSS program is normally called via JCL with PARM=, then you
would need to do the following:
1) build parm in working storage.  Binary halfword immediately followed by
data.
2) Data can be from 0 to 100 bytes in length.
3) length of data, not including length of halfword, is placed in halfword.
4) define an adcon which will have address of halfword
5) set r1 with address of adcon
6) ensure that all required DDs have been appropriately allocated
7) issue LINK EP=
8) Check R15 for return code.

Sam

On Sat, Jan 31, 2015 at 11:51 AM, Scott Ford <
[email protected]> wrote:

> All:
>
>
> I am looking for documentation on how to issue either a ‘CALL’  in Cobol
> or Assembler or a LINK EP= in assembler to TSS module.
>
> I can submit a batch ( from a running STC ) and it works find , but I
> would like to perform an internal call of some sort to make our life easier.
>
>
> All opinions and/or comments much appreciated
>
>
>
>
> Regards,
>
> Scott Ford
>
> www.idmworks.com
>
> ----------------------------------------------------------------------
> 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

Reply via email to