Answer Posted / sushil kumar
Yes, You can use reference modification an arry.
e.g: ws-staticname(wx-ctr1) (12:3) is working.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
) how do u code after getting data?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between goback, stop run and exit program in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what is difference between cobol and cobol/400
Which division and paragraphs are mandatory for a COBOL program?
Explain what you understand by passing by value.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are the cobol coding sheets?
What is link edit in cobol?
What is the usage of comp fields in cobol?
Write the code implementing the perform … varying.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?