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 |
can we concate fileds in physical file? If yes how can we do?
one physical file can have how many max of logical files? what is the primary file?
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
Is it possible to create a logical file whose Physical file is not in same library?
how can we write LF using flatfile.
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.
what is error handling concepts in cl
i have a PF,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in PF
Hi, Please give the answer to this question? I have Phisical file with 100 records,there is no any duplicate records in this pf.Based on this pf one Logical file i have used.But this lf is viewing only 80 records only of that pf?What is the reason for this?Please give me answer?
What is the batch job?
how to know total no of records in pf with out using sql??????
How to read a pf in reverse(from last record to first) using cl?