can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / sruthikarnti
thanks in advance
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
how do you reference the printer file formats from cobol programs
What is the problem of ordered sequential files access?
Define cobol?
What is inspect in cobol ?
What guidelines should be followed to write a structured cobol prgm?
) what is the difference between AID and HANDLE AID?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How do get the result of your program directly on your pc?
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?
What rules are to be followed while using the corresponding options?
Write the code implementing the perform … varying.
What is report-item in COBOL?
What is perform what is varying?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and 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.