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 {parameters}
or
SUBROUTINE EWBS3.BLD.ACC001 {parameters}

Dick

On Mon, Jan 27, 2014 at 5:07 AM, Ahmed Nahrawy <nahraw...@gmail.com> wrote:

> 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 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 , Source T.ENQUIRY.SELECT
>>
>> when I tried to Jshow it, this is what it said:
>>
>> jBASE debugger->jshow -c EWBS3.ACC001
>> Backtrace:
>> #6: T.ENQUIRY.SELECT:567 [0] -> Line 567 , Source T.ENQUIRY.SELECT
>> #6: T.ENQUIRY.SELECT:660 -> Line 660 , Source T.ENQUIRY.SELECT
>> Backtrace log:
>> Line 567 , Source T.ENQUIRY.SELECT
>>
>>
>> what could be the problem?
>>
>> --
>> --
>> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>>
>> To post, send email to jBASE@googlegroups.com
>> To unsubscribe, send email to jbase-unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/jBASE?hl=en
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "jBASE" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jbase+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> --
> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>
> To post, send email to jBASE@googlegroups.com
> To unsubscribe, send email to jbase-unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/jBASE?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "jBASE" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jbase+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to jBASE@googlegroups.com
To unsubscribe, send email to jbase-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jbase+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to