Write the syntax of a two dimensional array?
Answer Posted / s
01 grparray.
02 month occurs 12 times index by a1.
03 week pic x(4)occurs 7 times.
| Is This Answer Correct ? | 46 Yes | 19 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
A table has two indexes defined. Which one will be used by the SEARCH?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the usage of comp fields in cobol?
What is comp-1 and comp-2?
Write a program that uses move corresponding.
how do you reference the variable block file formats from cobol programs
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Explain how you can characterize tables in cobol?
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.
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 ?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly