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.
Difference between array and sub-script ?
What is the LINKAGE SECTION used in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the difference between perform … with test after and perform … with test before?
what is the use of outrecord?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How many sections are there in data division in COBOL?
how to move the records from file to array table. give with code example
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Differentiate between structured cobol programming and object-oriented cobol programming.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic