What are the different data types available in COBOL?
Answers were Sorted based on User's Feedback
Answer / vampire
numeric -9
numeric edit---+,-,cr,db,$,b,z,*,v
non numberic----a,x,g
exclusive sets -----+,-,cr,db,$,b,z,*,v
| Is This Answer Correct ? | 6 Yes | 1 No |
i want to store 20 digits . h will u do it in cobol ?
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
Differentiate COBOL and COBOL-II?
how do you reference the variable unblock file formats from cobol programs
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
How to execute a set of JCL statements from a COBOL program?
how will u code parm parameter and where pls ?
What are various search techniques in cobol? Explain.
Why occurs can not be used in 01 level ?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?