How to know the particular record in pf with out reading?
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
how to see number of logical files depending on a pf?...can we declare more than 20 logical files from a single pf? is it possible
Why journalling is compulsory before commitment control?
how to know total no of records in pf with out using sql??????
one physical file can have how many max of logical files? what is the primary file?
There are six records in a file and we are going to update that records and used commit operation when it complete the update but suppose when it updating the third record,a error occured and operation failed.Is previously two records will be update or whole operation will be rollback? Please confirm it.
Is Constent can be define as a key field?
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
how can i know logical file belongs to which physical file without source?
what is open data path? and what is the diff b/w access path and open data path?
What is the purpose of the chain and setll and setgt?
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.