Answer Posted / satya sivaji
Computational clauses allows cobol programe to efficiently
represent the data internally.There are 5 forms of
representing data which are
1).Display(default)
2).Comp
3).Comp-1
4).Comp-2
5).Comp-3.
And there is no Comp-4.
| Is This Answer Correct ? | 2 Yes | 27 No |
Post New Answer View All Answers
Which Search verb is equivalent to PERFORM…VARYING?
What is the problem of ordered sequential files access?
How to remove 2 duplicate records and copy only one using job control language?
Why would you use find and get rather than to obtain?
What is perform what is varying?
What are the pertinent COBOL commands?
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the rrds file formats from cobol programs
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.
Define static linking and dynamic linking.
How do get the result of your program directly on your pc?
) How do u handle errors in BMS macro?
What is the usage of comp fields in cobol?
What is the local-storage section?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?