what is dynslt and why we use that command when do we use command
Answers were Sorted based on User's Feedback
Answer / raghav
Dynamic Selection is used in Logical Files and is a file-level keyword to indicate that the selection and omission tests specified in the file (using select/omit specifications) are done at processing time.
This keyword specifies dynamic select/omit rather than access path select/omit.
| Is This Answer Correct ? | 9 Yes | 0 No |
CRTDTA AND CRTARA should be used along with?
What is the difference between access path and open data path?
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.
A pf containing 100 records... my query is how to display from 11th record in the pf?
what is exception and how many types of exception
How to know the perticular record in pf with out reading?
What is 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?
one physical file can have how many max of logical files? what is the primary file?
How to update physical file using logical file with example?
Why journalling is compulsory before commitment control?
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.