Explain fixed length record in cobol? with suitable example
Answer / 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 |
What divisions, sections and paragraphs are mandatory for a COBOL program?
can we use COPY statement in w-s section? how?
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
1.What is the default print format in cobol?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
wht is load module and object module ?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
What is difference between static and dynamic call in cobol?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
can we use full outer join with cursors declared in cobol program?