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

Answer Posted / jai ho

i think it will send soc4 abend bcoz a[0]
is out of bound.

Correct me

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2048


What is an in line perform? When would you use it? Anything else you wish to say about it.

639


What is rmode(24)

676


What is a SSRANGE and NOSSRANGE?

809


Name the divisions, which are available in a cobol program?

675






can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

1948


Define cobol?

854


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1104


What is inspect in cobol ?

792


What is the difference between binary search and sequential search?

634


Explain the configuration section of a cobol program with examples of syntax.

650


) How do u handle errors in BMS macro?

1418


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

697


What are different data types in cobol?

678


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

985