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 |
If we use GO BACK instead of STOP RUN in cobol?
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Can printer files (having 133 characters) be of variable length?
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
how will u code parm parameter and where pls ?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
Can a Search can be done on a table with or without Index?
what is search and searchall?what is the diffrence between them?give an best example?
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
what is MSGLEVEL?