Answer Posted / amarnadh reddy
Another way is,
Use File-Aid, we can possible to see comp 3 stmts.
Ex: open File-Aid, 1st option means browse option. give
data set name and copy book layout and open F mode.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between comp and comp-3 usage?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Write the code to count the sum of n natural numbers.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are the rules of the move verb?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is length is cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
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
What are the different rules to perform a Search?
Can we redefine the field of x(200) to less than 200?
How do get the result of your program directly on your pc?
Whats the difference between search & search ALL?