Calling OW UBE from a CL

amwalshjde

Well Known Member
I am trying to call a UBE from a CL, and I am not that strong on the AS/400.

In my CL i call RUNUBE
PARM('USERID',PASSWORD','DEV733','R47011',XJDE0001','QBATCH','BATCH','HOLD',
'SAVE')

The CL halts at that command, and when I look in the log this is what I see

"Service program JDEKRNL not found"
"Error found on CALL command"
"Function check. CPF0001..........yada yada yada

Any ideas as to what I am doing wrong. I know that it is "finding" the
command because I have in the CL which library the runube program is in.


Thanks.

AW

B7332 Application server: AS/400 v4r4
workstations: Win NT (fat)
 
AW,

On our 400 the RUNUBE is a command not a call.

B7332 SP11.3_VER. CO on DS

Tom



I am trying to call a UBE from a CL, and I am not that strong on the
AS/400.

In my CL i call RUNUBE
PARM
('USERID',PASSWORD','DEV733','R47011',XJDE0001','QBATCH','BATCH','HOLD',
'SAVE')

The CL halts at that command, and when I look in the log this is what I see

"Service program JDEKRNL not found"
"Error found on CALL command"
"Function check. CPF0001..........yada yada yada






OW 7332 SP 11.3VER, NT 4.0 SP 5, TSE 4.0 SP 4, Metrframe 1.8, CO SQL 7.0
 
Create a JOBD and add B733xSYS to the initial library list. Use that jobd
as part of the CL.



----- Original Message -----
From: "amwalshjde" <[email protected]>
To: <[email protected]>
Sent: Monday, January 22, 2001 6:04 PM
Subject: Calling OW UBE from a CL ~~0:4426


> I am trying to call a UBE from a CL, and I am not that strong on the
AS/400.
>
> In my CL i call RUNUBE
>
PARM('USERID',PASSWORD','DEV733','R47011',XJDE0001','QBATCH','BATCH','HOLD',
> 'SAVE')
>
> The CL halts at that command, and when I look in the log this is what I
see
>
> "Service program JDEKRNL not found"
> "Error found on CALL command"
> "Function check. CPF0001..........yada yada yada
>
> Any ideas as to what I am doing wrong. I know that it is "finding" the
> command because I have in the CL which library the runube program is in.
>
>
> Thanks.
>
> AW
>
> B7332 Application server: AS/400 v4r4
> workstations: Win NT (fat)
>
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OW&Number=
4426
> *************************************************************
> This is the JDEList One World / XE Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************
>
>



JD Nowell
OW: B7332
ES: AS400 V4R4 CO: DB2/400 SP: 11.2
Users: 250 TSE Users: 100
 
Back
Top