plz,could any one tell me? what about EBCDIC in cobol?briefly?
Answer / adithya
it is extended binary coded decimal interchangble code
we can use numeric and non-numeric data
for 1 digit it wil occupy 1 byte
| Is This Answer Correct ? | 4 Yes | 0 No |
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
what are the steps to sort in a cobol program?
What are options have been removed in COBOL 11?
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is an index for tables?
how can we code index in an array of cobol pgm?
Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
what happens if we wont give timestamp in precompilation process ?
why we are using set in searchall?
how do you reference the rrds file formats from cobol programs