What are the different data types available in COBOL?
Answer Posted / ash
X
A
9
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Write a program that uses move corresponding.
What is Pic 9v99 Indicates in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain about different table spaces.
What guidelines should be followed to write a structured cobol prgm?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Write down the divisions of cobol program?
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
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
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 do you reference the rrds file formats from cobol programs
When is inspect verb is used in cobol?
What is cobol?
Why occurs cannot be used in 01 level in COBOL?