What is the significance of 'above the line' and 'below the
line'?
Answer Posted / aprajita chauhan
ATL can actually build the brand and BTL can actually lead
to sale.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is rmode(24)
Write the code to count the sum of n natural numbers.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do define dynamic array in cobol.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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?
how do you reference the variable unblock file formats from cobol programs
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the compute verb? How is it used?
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
Which is not true about evaluate statement
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
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
i want a program using by if, evaluate , string, unstring, perform, occurs?