AS400 CLP Questions

1

AS400, CL Program getting CPF0886 Error
Hi all ! in the attached program im getting CPF0886 received by REC331C4 at 2100. How to rectify this ?

Answer Question   |  November 21, 2012  9:27 AM
AS400 CLP, cpf 0886 error
asked by:
1,485 pts.

RUNRMTCMD
I am trying to execute RUNRMTCMD command from CLP on one partition to another partition using *SNA method.  I can execute this CLP without any error when I specify my user id and password on remote user id and remote password parameters. When I try to execute the same CLP by specifying another user id [...]

Answer Question   |  April 10, 2012  7:37 AM
AS400 CLP, AS400 V6R1M1, RUNRMTCMD
asked by:
195 pts.

Cl400
Is it possible to use decimal data types in LDA?

Answer Question   |  March 6, 2012  5:33 AM
AS400 CLP
asked by:
105 pts.

Return a value from an AS400 Command
I created a command that will be called in various CL programs. The command does some work and then is supposed to return a value. I can step through the program and see the value is being populated, but the value is not returned to my initial CL program What do I need to do [...]

Answer Question   |  March 17, 2011  6:32 PM
AS/400 command functions, AS/400 commands, AS400 CLP, V5R4
asked by:
32,855 pts.

what mon msg would i use in my CLP when checking for modules under my SBS?
I have a clp that checks modules/jobs that run under my subsystems.  I’m not sure what mon message it is giving me since none is shown if the job is not active. Only thing that is shown to me is the wrkactjob screen with (No active jobs to display). I would like for when this event occurs, [...]

Answer Question   |  January 31, 2011  6:58 AM
AS/400, AS/400 subsystems, AS400 CLP, CLP
asked by:
205 pts.

Database field in CLP
hi, I am reading a database file line by line and want to display the records in QSYSOPR. i am using CHGVAR   VAR(&A)   VALUR(B)         where &A = variable in CL, and                  B = field from database file SNDPGMMSG &A MSGQ(QSYSOPR) But the problem is i am not getting value of B rather i [...]

Answer Question   |  December 22, 2010  11:18 AM
AS/400, AS/400 database, AS/400 Database File, AS400 CLP, QSYSOPR
asked by:
635 pts.

1