how to see the error messages for each command in cl?
Answers were Sorted based on User's Feedback
Answer / ms
For each prompted command (using F4) in your CL program, press Help (F1) and scroll down the help text, usually, all-the-way to the bottom. The error messages that can be monitored and their explanation would be listed there.
You can pick the appropriate MSG ID based on function you're trying to achieve for a given command.
| Is This Answer Correct ? | 4 Yes | 1 No |
Q.How primary file can be defined in RPG/400?Please write the senario with opcode specification?
What is the maximum number of times Multiple Occurrences DS can occur in a program?
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...
Difference Between Interactive & Batch Job?
what is the maximum number of parameters allowed in rpg?
What is the difference between crtdupobj and copyf?
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?
Is it possible to join the same file to itself ?
What is Data Area?
can we define multi-dimensional arrays in rpg ?
Can anyone answer me when we will go for LF without key fields
not all command typed on command line are cl command? true r false