If i initialize the 01 level variable in array, will it
initialize all the array elements (occurs)?
Answer Posted / snehatechm
All ryt.Answer is no.array elements will not be initialised
automatically.
you can initialise the table with INITIALIZE verb.
INITIALIZE XXX-YYY
this will initialize your alphanumeric with space and
numeric with '0'.
apart from this by moving also u can initialise.
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are different data types in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
what is amode(24), amode(31), rmode(24) and rmode(any)?
) How do u handle errors in BMS macro?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What type of SDLC u followed? Why?
Define cobol?
How are the next sentence and continue different from each other?
Name some of the examples of COBOl 11?
Write some characteristics of cobol as means of business language.
What is the problem of ordered sequential files access?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Can we change the password using ALTER? anyone tried and changed?