There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
399i 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?
444
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how do you define single dimensional array and multidimensional array in your cobol?
What is inspect in cobol ?
Why would you use find and get rather than to obtain?
what is the difference between COBOL2 AND COBOL390?
What is the difference between PIC 9.99 and PIC9v99?
Give some examples of command terminators?
What is amode(24)?
what are decleratives in cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
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?
Explain how you can characterize tables in cobol?
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 is static and dynamic call in cobol?