Author: Pedro
Subject: Reply to: output DDname JESMSGLG job during execution...
Posted: Thu Jun 23, 2016 9:42 pm (GMT 5.5)
You found a rexx exec, but what you really want is a load module. The name of rexx exec will not work in your jcl for PGM=.
But you are showing us inconsistent information... your SDSF exec uses PGM(ISFISP) without using an ISPLLIB libdef, so it appears it is in the linklist. Does the rexx exec actually work?
If the ISFISP program is in the linklist, the job should find the module... does the job execute on the same system that you are logged on to? If it runs on a different system, it could be configured differently.
_________________
Pedro Vera
Subject: Reply to: output DDname JESMSGLG job during execution...
Posted: Thu Jun 23, 2016 9:42 pm (GMT 5.5)
Quote: |
i type: TSO ISRDDN ... |
You found a rexx exec, but what you really want is a load module. The name of rexx exec will not work in your jcl for PGM=.
But you are showing us inconsistent information... your SDSF exec uses PGM(ISFISP) without using an ISPLLIB libdef, so it appears it is in the linklist. Does the rexx exec actually work?
If the ISFISP program is in the linklist, the job should find the module... does the job execute on the same system that you are logged on to? If it runs on a different system, it could be configured differently.
_________________
Pedro Vera