Can we access the a[0] in the array ?

Answer Posted / mandozai

In cobol array starts with 1 not with 0

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are INPUT PROCEDURE and OUTPUT PROCEDURE?

691


What is link edit in cobol?

774


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

650


How do you reference the following file formats from cobol programs?

696


What is rmode(any) ?

686






can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1846


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?

2100


How do you get the data to code the BMS macro?

1476


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


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.

5695


How do you differentiate between cobol and cobol-ii?

658


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

718


What are the different rules to perform a Search?

619


In COBOL programming, what is PERFORM? What is VARYING?

672


what happens if parmparameter passes zero bytes to the program

1667