In INITIALIZE what is Repalcing Word will do
Answer / ashar
It will initialise with other values rather than default values i.e., without 0's and '-'s
| Is This Answer Correct ? | 7 Yes | 0 No |
How many divisions we have in Cobol ?
What is the difference between CONTINUE & NEXT SENTENCE ?
what is the difference between implicit and explicit scope terminator with example?
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
Should I use STOP RUN in the sub program??why?
What is the difference between structured cobol programming and object alternativelyiented cobol?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
What is difference between comp & comp-4?
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
Write a cobol program making use of the redefine clause.