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
What is the difference between external and global variables in COBOL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
HOw can I get the negative sign while deduct high value from low value
What are the pertinent COBOL
Can we redefine the field of x(200) to less than 200?
What are the rules of the move verb?
how do you reference the rrds file formats from cobol programs
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Write a program that uses move corresponding.
What are the access modes of START statement?
What are the different open modes available in cobol?
what happens if parmparameter passes zero bytes to the program
What is the difference between perform … with test after and perform … with test before?
Write a program to explain size error.