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 |
1.what are the builtin funtions in cl pgg?Explain with example 2.what is meant by left outer join?where we can use this?
What is the native language of AS/400?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
What is the difference between array and a multiple occurrence data structure?
which of the cl command can be used to determine which logical files are dependent on a specific file?
What are the mandatory keywords of sub file?
What is an authorization list?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... e.g call PGM(qp2shell) PARM('/qopensys/usr/bin/sh' '-c' 'sftp -b /home/mydir/tmp.txt user@host.com') Plz reply in detail...
how to write *pssr ?
what does vldcmdkey means?
Difference Between Interactive & Batch Job?