How to read records from flat file in reverse order through
COBOL program?
Answer Posted / chp
can we use read prev in cobol programming???
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
What is static and dynamic call in cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Explain what you understand by passing by value.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What do you understand by psb and acb?
How do u write test cases?
Explain about different table spaces.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is rmode(any) ?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Explain how you can characterize tables in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write down the divisions of cobol program?
) How do u handle errors in BMS macro?
How do get the result of your program directly on your pc?