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 |
select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself
What rules are followed by the search verb.
How do we get current date from system with century?
What is the difference between SEARCH and SEARCH ALL?
how would find total records in files using seqientional
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
Can we redefine the field of x(200) to less than 200?
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
What do you feel makes a good program?
input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
How do you code Cobol to access a parameter that has been defined in JCL?