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
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
In COBOL programming, what is PERFORM? What is VARYING?
Write a cobol program making use of the redefine clause.
What is the difference between Call and a Link?
What guidelines should be followed to write a structured cobol prgm?
Write down the divisions of cobol program?
What is the difference between comp and comp-3 usage?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
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.
Explain how to differentiate call by context by comparing it to other calls?
What is a SSRANGE and NOSSRANGE?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Define cobol?