in cobol i have one file it contains records like
10,4,23,98,7,90..... total records 100. iwant 10 to 20 in
reverse order in cobol environ ment any one please give the
answer......
Answer Posted / ramesh kumar
let me explain the ans for if the file is PS.
fist compute the value 100-80 into one ws-variable.
then read the file and add 1 to some ws-count variable upto 20th record then check for the conditon if it is 20th record
like if ws-variable = ws-count
if it is then write into o/p rec, now decresae 1 from ws-variable like subtract 1 from ws-variable
and read file again add 1 to ws-count then check for the conditon if it is 19 recrd then write into o/p rec.
perform until ws-variable=0.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Discuss about changing dataset name in proc.
Write a program to enter and display the names of students in a class using the occurs clause.
What is cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how do you reference the ksds vsam file formats from cobol programs
) How do u handle errors in BMS macro?
how do you reference the esds vsam file formats from cobol programs
What are declaratives and what are their uses in cobol?
How do you get the data to code the BMS macro?
What is report-item in COBOL?
IF I mention stop run in CICS what happens?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how do you reference the variable unblock file formats from cobol programs
When is inspect verb is used in cobol?