What does the INITIALIZE verb do?
Answer / dinesh kumar
Initailize verb initiallizes the data items.
Alphabetic, Alphanumeric fields & alphanumeric edited items
are set to SPACES.
Numeric, Numeric edited items set to ZERO.
FILLER , OCCURS DEPENDING ON items left untouched.
| Is This Answer Correct ? | 25 Yes | 5 No |
what are the isolation levels and where we use it in the db2 program
can anyone explain me the concept of COMP-4 PLEASE??
What guidelines should be followed to write a structured Cobol program?
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
why do u need inspect verb?
What are decleratives in COBOL ?
How to read the last 100 records from a COBOL file. The file contains N number of records.
wht r the advantages of 77 level number ?
What is rmode(any) ?
what is level 66 means??
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.