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 |
give the examples for strings and unstrings in cobol
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
Explain how to differentiate call by context by comparing it to other calls?
what is scope terminator
what is the coding difference between COBOL and CICS.
how you will define variables length in cobol.
How many types of sorts are there in cobol?
period is missing in the cobol program which error we getting
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
In the JCL, how do you define the files referred to in a subroutine ?