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 |
how many divisions are there in cobol
How to pass return codes from cobol to jcl?
How can you pass values from COBOL program to non-COBOL programs?
What is EIBCALEN? Why it is used?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
can we use COPY statement in w-s section? how?
I want ALL jcl ERROR cods
wht is the diff b/w if and evaluate stmts ?
What type of SDLC u followed? Why?
which is better either static call or dynamic call? and why?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.