how you will define variables length in cobol.
Answer Posted / shamina
We can define variable length in cobol in the File section
as :
RECORDING MODE IS V OR VB ( where V stands for variable and
VB stands for variable block )
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What rules are followed by the search verb.
How do define dynamic array in cobol.
Have you used comp and comp-3 in your project? And how?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to use the same COBOL program in Batch and CICS on lines? explain with an example
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
) what is the difference between AID and HANDLE AID?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
In COBOL programming, what is PERFORM? What is VARYING?
how do you reference the variable block file formats from cobol programs
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is inspect in cobol ?
What is the difference between binary search and sequential search?
In which area will you utilize 88 level items in cobol?