I have a variable account-number declared as comp-3, s9(10)
comp-3 in a file. How do i find a particular account number
say 123456 in that file?
Answer Posted / balaji
Put HEX ON in the file and you can find the numbers
equivalent to the hexa decimal
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the pertinent COBOL
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do you reference the fixed block file formats from cobol programs
Explain how to differentiate call by context by comparing it to other calls?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Can you please let me know the centre name of INS certification in Kolkata.
What are the rules of the move verb?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How many bytes S(8) comp field occupy and its maximum value?
how do you define single dimensional array and multidimensional array in your cobol?
Give some examples of command terminators?
How do u write test cases?