Errors in Sql query will be in which state?
Answer / suresh
SQL statment is error in embeded sql, then SQL code will
give the negative value.
| Is This Answer Correct ? | 11 Yes | 0 No |
How can we call CL program to RPG? How many number of parameter we can pass
What are the commands that can be executed in CLP but not in RPG? Why?
What is the difference between inner join @ outer join
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
how to check on which PF , the LF is dependant ?
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
ESCAPE message sent by child program can be handled by parent program using which keyword?
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
1) How to declare a file? 2) How to define a display file? 3) How to monitor error messages in RPG? 4) How to find the attributes for subfiles? and what is the DDS for subfiles?
how do you use commitment control in rpg?
what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
Thanks gagan for your answer,i'm new to as400,i don't know embedded sql in rpg.can you send me the coding for the below mentioned question in embedded sql rpg. how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.