if a file has 1000 recods how copy the records from 1 to 100
records using sort
Answer Posted / sharath
u can also use include cond statment to do this
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the Purpose of POINTER Phrase in STRING command in COBOL?
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 are the rules of the move verb?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Are you comfortable in cobol or jcl?
how do you define single dimensional array and multidimensional array in your cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
i want a program using by if, evaluate , string, unstring, perform, occurs?
Write the code implementing the perform … varying.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
HOw can I get the negative sign while deduct high value from low value
) what is the difference between AID and HANDLE AID?
What is report-item in COBOL?
Write a program to explain size error.