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
Write some characteristics of cobol as means of business language.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
How you can characterize tables in cobol?
What is static and dynamic call in cobol?
What are the different open modes available in cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is length is cobol?
Why did you choose to work with ibm mainframe cobol programming?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
what happens if parmparameter passes zero bytes to the program
What is the difference between Global and External Variables?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do define dynamic array in cobol.
What are the pertinent COBOL commands?