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
When is inspect verb is used in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
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
Can you please let me know the centre name of INS certification in Kolkata.
What are various search techniques in cobol? Explain.
how do you reference the esds vsam file formats from cobol programs
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How do you reference the following file formats from cobol programs?
IF I mention stop run in CICS what happens?
How to know whether the module is dynamical or statistical?
) How do u handle errors in BMS macro?
how to access the file from prodution from changeman tool and to submit a file to production
What is perform what is varying?
Define cobol?
How do you define a variable of comp-1 and comp-2?