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 |
what happens if we wont give timestamp in precompilation process ?
can we read in input the file with a variable length ? please , how ..could you help me ?
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are the pertinent COBOL commands?
What are the different types of condition in cobol and write their forms.
i Want All cobol ERROR codes?
Can we move X(7) to S9(7) COMP?
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
how do you reference the variable block file formats from cobol programs
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?