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 |
For rewrite, why is it mandatory that file needs to be opened?
Write a program to enter and display the names of students in a class using the occurs clause.
I know my query will return more than one row but I don't want cursor what should I do?
What is sqlca and why is it needed in any cobol-db2 program?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
If we use GO BACK instead of STOP RUN in cobol?