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 default value(s) for an initialize and what keyword allows for an override of the default?
explain sorting techniques in cobol program?
Write a program to enter and display the names of students in a class using the occurs clause.
How to remove 2 duplicate records and copy only one using job control language?
How many bytes S(8) comp field occupy and its maximum value?
what are decleratives in cobol?
What type of SDLC u followed? Why?
Whats the difference between search & search ALL?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the utilization of copybook in cobol?
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.
Explain the configuration section of a cobol program with examples of syntax.
What rules are followed by the search verb.