where do u use low-value and high value in cobol
Answer Posted / aditya
it depends upon the logic we are writing.if we dont know the lowest value record.we can move the low values and can write a logic as read next in the case of files concept.its just an example
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is static and dynamic call in cobol?
In which area will you utilize 88 level items in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
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.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between next sentence and continue in cobol programing language?
Write the code to count the sum of n natural numbers.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Difference between cobol and cobol-ii?
How arrays can be defined in COBOL?
Are you comfortable in cobol or jcl?
How you can read the file from bottom?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
how to access the file from prodution from changeman tool and to submit a file to production
What is a SSRANGE and NOSSRANGE?