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 |
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
Explain complete concept of table handling in COBOL with an example?
What are the different rules of SORT operation?
What is the use of intialize verb?
What is the mode in which you will OPEN a file for writing?
What is the difference between next sentence and continue in cobol programing language?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
What is cobol?
Can we use goto statement in inline_perform ?