suchatterjee
Programmer
Hi friends
I am trying to run a rexx edit macro in batch. I have specified all the ispf libraries that are needed. When I am submitting the job, I am getting an abend of U0999 and a return code of 00015020.
I am not being able to understand the reason for the following dump:
IEA995I SYMPTOM DUMP OUTPUT 078
USER COMPLETION CODE=0999
TIME=00.03.07 SEQ=11271 CPU=0000 ASID=00EB
PSW AT TIME OF ERROR 078D1000 8F5EEF92 ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
The following is my job step :
STEP010 EXEC PGM=IKJEFT1A,DYNAMNBR=30
I am passing the program through the SYSTSIN:
//SYSTSIN DD *
ISPSTART CMD(MEMBTCH1)
/*
Can anyone help me out on this?
Some additional information:
I have coded the SYSEXEC to point to the PDS where the REXX exec exists. So, I am not being able to understand, why the module is not being found by the ISPSTART command.
Regards
Sudipto
I am trying to run a rexx edit macro in batch. I have specified all the ispf libraries that are needed. When I am submitting the job, I am getting an abend of U0999 and a return code of 00015020.
I am not being able to understand the reason for the following dump:
IEA995I SYMPTOM DUMP OUTPUT 078
USER COMPLETION CODE=0999
TIME=00.03.07 SEQ=11271 CPU=0000 ASID=00EB
PSW AT TIME OF ERROR 078D1000 8F5EEF92 ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
The following is my job step :
STEP010 EXEC PGM=IKJEFT1A,DYNAMNBR=30
I am passing the program through the SYSTSIN:
//SYSTSIN DD *
ISPSTART CMD(MEMBTCH1)
/*
Can anyone help me out on this?
Some additional information:
I have coded the SYSEXEC to point to the PDS where the REXX exec exists. So, I am not being able to understand, why the module is not being found by the ISPSTART command.
Regards
Sudipto