If i initialize the 01 level variable in array, will it
initialize all the array elements (occurs)?
Answer Posted / chandrababu naidu
we can't use array or table in 01 level item.
(or)
01 name.
02 name2 pic x(5) occurs 10 times.
INITIALIZE NAME.----> means the variable name contains 'spaces'.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Can a Search can be done on a table with or without Index?
Write the code implementing the perform … varying.
Describe the cobol database components?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
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 the problem of ordered sequential files access?
How do you define a variable of comp-1 and comp-2?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
) How do u handle errors in BMS macro
If you are current on the owner of a set, what is the difference between obtain next and obtain first?