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 / sree
by using perform
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How do get the result of your program directly on your pc?
Write the code to count the sum of n natural numbers.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Write down the divisions of cobol program?
How do you differentiate between cobol and cobol-ii?
What guidelines should be followed to write a structured cobol prgm?
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?
Which Search verb is equivalent to PERFORM…VARYING?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How you can characterize tables in cobol?
What rules are followed by the search verb.
What is the difference between goback, stop run and exit program in cobol?
How do you reference the fixed block file formats from cobol programs
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?