I had 100 records and i want to execute last three records by
using cobol programming?what will be coding?
Answer Posted / sandip
In cobol apply counter while reading file if counter reach at 97 start writing record to another file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are 77 levels used for?
What is the difference between external and global variables in COBOL?
what are decleratives in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do you reference the following file formats from cobol programs?
What are the different open modes available in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is static and dynamic call in cobol?
What is link edit in cobol?
How do get the result of your program directly on your pc?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
how to convert the recors form vsam file to db2 table tru file aid
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.