Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
Answer / mehak
open input file reversed
this will read file in reversed order
write 2 record
| Is This Answer Correct ? | 0 Yes | 0 No |
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is mean by maxcc
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
88 class is used for
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
i want to enter the name 'pandu' into ur table how?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what is SYNCHRONIZATION?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is the difference between implicit and explicit scope terminator with example?
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?