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 |
can we read in input the file with a variable length ? please , how ..could you help me ?
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,
Describe the difference between subscripting and indexing ?
how can you identify wheather the program is using search or search all in the cobol program?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
What are the differences between OS VS COBOL and VS COBOL II?
WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
What is "Call by content" and "call by reference"?
how to move the records from file to array table. give with code example
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
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?