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
Define cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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.
What is the local-storage section?
How many bytes S(8) comp field occupy and its maximum value?
Which Search verb is equivalent to PERFORM…VARYING?
What is the LINKAGE SECTION used in COBOL?
) How do u handle errors in BMS macro?
What are literals?
what is the use of outrecord?
Write the code implementing the perform … varying.
Which is not true about evaluate statement
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between Call and a Link?