In a CL Program after executing a SQL SP how to receive a
Output value from the SP. Just to make it clear I am sending 2
input and 1 output parameter to the SQL Stored Procedure. Now
while receiving it output parm it is failing.
No Answer is Posted For this Question
Be the First to Post Answer
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
What is the primary file?
what is open data path? and what is the diff b/w access path and open data path?
In how many ways we can create a logical file?`
What is open data path? And what is the difference between access path and open data path?
Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?
How can we handle errors in RPG?
If we use the file level keywords like LIFO, FIFO, FCFO in a file, can we see the impact of it by doing the run query of the file? if not how can we see the impact of these keywords.
how to eliminate the level check error
what is the intractive job? what is the batch job ? how to change the batch job to interactive job?
In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
what is error handling concepts in cl