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 |
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
what is jcl approach for programming?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
how would find total records in files using seqientional
What are the differences between OS VS COBOL and VS COBOL II?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
What is SSRANGE, NOSSRANGE ?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
How does IDMS insure data integrity?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?