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
how to move the records from file to array table. give with code example
what is difference between cobol and cobol/400
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the different types of condition in cobol and write their forms.
What are 77 levels used for?
IF I mention stop run in CICS what happens?
) How do u handle errors in BMS macro?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what is amode(24), amode(31), rmode(24) and rmode(any)?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is report-item in COBOL?
Can we change the password using ALTER? anyone tried and changed?