Re: jlogdup stops suddenly without any visible reason

2014-01-27 Thread My_jBase
Hello, Does anyone use the command jlogdup with parameter terminate=wait with options timeout=nnn and retry=nnn ? What is the purpose of these options ? I can read in documentation: terminate=wait (I) - switch to elder log sets as required and wait for new updates - it looks OK but

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

Re: jlogdup stops suddenly without any visible reason

2014-01-27 Thread Aaqil Khattak
It is better to switch to Oracle or DB2 jbase is not stable and not suitable for heavy bank. On Mon, Jan 27, 2014 at 1:23 PM, My_jBase zlotegosmok...@gmail.com wrote: Hello, Does anyone use the command jlogdup with parameter terminate=wait with options timeout=nnn and retry=nnn ? What is