Explain fixed length record in cobol? with suitable example
Answer Posted / jai ho
Fixed length record can be created by giving
example
FD IN-FILE
RECORDING MODE IS F
RECORD CONTAINS M CHARACTERS
CORRECT ME
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the local-storage section?
What is amode(31)
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
) how do u code after getting data?
Write a cobol program making use of the redefine clause.
what is search and searchall?what is the diffrence between them?give an best example?
What are the different rules for performing sort operation?
What is rmode(24)
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Can you please let me know the centre name of INS certification in Kolkata.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is redefines clause in COBOL?
how do you reference the ksds vsam file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?