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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Whats the difference between search & search ALL?
What are 77 levels used for?
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
how do you reference the variable block file formats from cobol programs
What is the difference between Global and External Variables?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
In which area will you utilize 88 level items in cobol?
What are the different rules to perform a Search?
How do you define a variable of comp-1 and comp-2?
What are the rules of the move verb?
) How do u handle errors in BMS macro
How to use the same COBOL program in Batch and CICS on lines? explain with an example