What does the initialize statement do ?
Answers were Sorted based on User's Feedback
Answer / shashank
in case of numeric variable it makes default value to zero
and in case of alphanumeric or alphabetic it makes default
value to spaces.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / viji
Also,
FILLER , and OCCURS DEPENDING ON items are left untouched.
| Is This Answer Correct ? | 4 Yes | 0 No |
which generation language is cobol
What is the difference between Call and a Link?
What is amode(24)?
given the following: 77 A PIC 9V9 VALUE 9.5 77 B PIC 9 VALUE 9. 77 C PIC V9 VALUE 0.8 77 D PIC 9 77 E PIC 9 77 F PIC 9V999 what are the contenta of D E nad F after the following statements are executed: COMPUTE F ROUNDED=A+C/B MULTIPLY A BY C GIVING E ADD B C A GIVING D ROUNDED a.F=9.589 E=8 D=1 b.F=9.589 E=8 D=9 c.F=9.589 E=7 D=9 d.F=9.589 E=7 D=1
where will u code file status ?
is it possible to declare index in cobol program? if it is not why its tell me pls
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
How to read a 100 record from a file through cobol?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
1) can we display the index?