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 |
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
What is the different between index and subscript?
If you were passing a table via linkage, which is preferable - a subscript or an index?
What is the difference between next sentence and continue in cobol programing language?
What guidelines should be followed to write a structured Cobol program?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
Can we move X(9) to 9(9). If yes what are the ways for doing this?
How you can characterize tables in cobol?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
what is s013u000 for?
Can we use icetool in cobol program?