On Sun, 1 Feb 2015 14:30:26 -0500, Scott Ford <[email protected]> wrote:
>The command in question runs in TSO/E Option # 6 and can be executed via >IKJEFT01 in batch. With these two options being true , can i write a >command processor using IKJEFSI,IKJEFSR ..etc. ? >My issue is we run as a STC ...i want to be able to call establish a >temporary TSO environment and execute the command and retrieve out.. It's not clear from what you've said so far whether the TSS module you want to invoke runs APF-authorized or not. If it does run authorized, and your STC does not run authorized, then no you cannot do what you propose. If it runs unauthorized and your STC does not run authorized, then yes, you can do it. If it runs unauthorized and your STC runs authorized then you will very likely open up some system integrity holes if you try to invoke the module. If it runs authorized, and you run authorized, then you can invoke it. However, you cannot use IKJEFTSR to do so, though you might be able to use a TSO environment created by IKJEFTSI to help you invoke it directly. Retrieving the output is also possible, depending on how the module creates the output, but the mechanisms are fairly complex, unobvious, and not well documented, if I remember correctly from the times I've been involved with doing it. -- Walt ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
