What is the multi-format logical file in AS400? How does it differ from a normal Logical file and where do we use the multi-format logical files? Provide an example of the DDS source to create a multi-format LF.
brainchime.com Latest Questions
I have been looking for an answer to this for a long time, but I have not found a solution without RPG/COBOL yet. Is there any way or approach that I use to make a call to the SQL stored procedure ...Read more
I have written a SQL stored procedure and I have to call that SQL stored procedure in the CL program. I am facing an issue in calling the SQL stored procedure from the CL program. I can call it using ...Read more
I have created a SQL stored procedure that takes 2 input parameters and 1 output parameter means a return value. The script of the SQL stored procedure is as follows: CREATE OR REPLACE PROCEDURE STORED33A( ...Read more