what is the difference between Normal vaiable and comp
variable.
Answer Posted / prathif
numeric data refered by pure binory storage format. it will
take half word and full word.
each character recognized by one character. total number of
chracter equal to size of word is called normal variable
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How can you get the ksds file records into your cobol program?
What are the different data types in cobol?
What are the pertinent COBOL commands?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is Pic 9v99 Indicates in COBOL?
Write down the divisions of cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Whats the difference between search & search ALL?
Can we change the password using ALTER? anyone tried and changed?
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.
Write a cobol program making use of the redefine clause.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are various search techniques in cobol? Explain.
What is the difference between external and global variables in COBOL?