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 |
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What the difference is between continue and next sentence?
How many sections are there in data division in COBOL?
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
what is jcl approach for programming?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are the pertinent COBOL commands?
in how many mode we can open a file ?
How many types of sorts are there in cobol?
What is inspect in cobol ?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How do you define a variable of comp-1 and comp-2?