When u create a PF and did not fill up Maint parameter, then
by default which access path will the system take & why
Answers were Sorted based on User's Feedback
Answer / syam
Access Path Maint parameter use *IMMED.
Access path is updated each time a record is
changed, added, or deleted from a member.
Is This Answer Correct ? | 25 Yes | 0 No |
Answer / prabhas
Default access path is based on key if it is keyed PF, If
the PF is not keyed then default access path is Arrival
Is This Answer Correct ? | 4 Yes | 12 No |
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why
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.
What is the interactive job? What is the batch job?
There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.
can we concate fileds in physical file? If yes how can we do?
Can we concatenate fields in physical file? If yes how can we do?
Is Constent can be define as a key field?
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.
What is open data path?
How to add a field to a PF and compile it without loss of data?