BUILD ROUTINE ERROR

2014-01-27 Thread Nadia Erika Soliman
I am trying to create a subroutine, but when I try to run it this error message shows: Unable to perform CALL to subroutine EWBS3.BLD.ACC001 , Line 660 , Source T.ENQUIRY.SELECT Press C to continue or Q to quit Trap from an error message, error message name = SUBROUTINE_CALL_FAIL Line 660 ,

Re: BUILD ROUTINE ERROR

2014-01-27 Thread Aaqil Khattak
please share the routine if possible or you can tell me the following run on jshell jsh-- jdiag also tell are u able to compile the routine or not and what is the Release. On Mon, Jan 27, 2014 at 5:43 AM, Nadia Erika Soliman nadi.soli...@gmail.com wrote: I am trying to create a subroutine,

Re: BUILD ROUTINE ERROR

2014-01-27 Thread Faisal Fayyaz
Hi, Please check whether your routine is complied properly by executing jshow command from jshell prompt. jsh ~ --jshow -c EWBS3.BLD.ACC001 Regards, Faisal On Mon, Jan 27, 2014 at 7:43 AM, Nadia Erika Soliman nadi.soli...@gmail.com wrote: I am trying to create a subroutine, but when I try

Re: BUILD ROUTINE ERROR

2014-01-27 Thread Ahmed Nahrawy
try to decatalog routine then catalog if it fail try to put this routine in local.bp On Mon, Jan 27, 2014 at 4:43 AM, Nadia Erika Soliman nadi.soli...@gmail.com wrote: I am trying to create a subroutine, but when I try to run it this error message shows: Unable to perform CALL to

Re: BUILD ROUTINE ERROR

2014-01-27 Thread Dick Thiot
Nadia, When you first tried to run jdiag you were in the debugger and not the jsh prompt. jBASE debugger-jshow -c EWBS3.ACC001 The most common cause of this problem is that your subroutine name is different from how you define it in the first line of code. It should be: SUB EWBS3.BLD.ACC001

Re: BUILD ROUTINE ERROR

2014-01-27 Thread rasheed oredegbe
are u running windows or unix.? and weather it is 64bits or 32bits. You will get this problem when u are running 32bits and your jbase or tafc is 64bits? On Sun, Jan 26, 2014 at 6:43 PM, Nadia Erika Soliman nadi.soli...@gmail.com wrote: I am trying to create a subroutine, but when I try to