I have two questions here. 1. How to read a flat file in
reverse order? 2. How to read a VSAM KSDS file in reverse
order? In both the cases we donot know the total number of
records.
Answer / dsingh29
add a sequence number at end of records and then sort in
descending order.
| Is This Answer Correct ? | 14 Yes | 1 No |
What is the difference between NEXT SENTENCE and CONTINUE?
TYPES OF SORTINGS. which is more prefarable.
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
what is srange and nosrange pls reply to ths question ?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
what is SYNCHRONIZATION?
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
can we read records in a file from botom to top. if possible how can we read
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?