1.Can we define condition-name conditions in FD entry.
Answer Posted / chakri
KAVYA is correct i have done.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the access modes of START statement?
what is the difference between COBOL2 AND COBOL390?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between external and global variables in COBOL?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
) How do u handle errors in BMS macro?
what is the use of outrecord?
Write some characteristics of cobol as means of business language.
Name some of the examples of COBOl 11?
Mention the guidelines to write a structured cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Why occurs cannot be used in 01 level in COBOL?
What is static and dynamic call in cobol?
Why would you use find and get rather than to obtain?