I have sequential file recl 1000 i want to add another 15
bytes to it. The record length should not change..How?
Answer / sadiq
Change the existing char field to compressed format, so that we can adopt space for the 15 bytes
| Is This Answer Correct ? | 0 Yes | 0 No |
1.What is the default print format in cobol?
How do you code Cobol to access a parameter that has been defined in JCL?
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
i want a program using by if, evaluate , string, unstring, perform, occurs?
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.
can you declare redefine in level 01?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
how to check whether the open command of a sequential file is successful? or not?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
1.What is the limit of linkage section?
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
What are the different rules to perform a Search?