01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2
times. My qustion is how can we access the second name
Answer Posted / m.raghu
01 ws-name.
02 ws-name1 occurs 2 times.
03 ws-name2 pic x(10).
we can refer to second occurence element is: ws-name1(2).
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How do u write test cases?
How do define dynamic array in cobol.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
) how do u code after getting data?
Can we change the password using ALTER? anyone tried and changed?
) How do u handle errors in BMS macro
What is the usage of comp fields in cobol?
Why occurs cannot be used in 01 level in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
how do you reference the fixed unblock file formats from cobol programs
What is the problem of ordered sequential files access?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
) How do u handle errors in BMS macro?
What is perform what is varying?