Answer Posted / adarsh
yes it's possible.but the length of data-name1 must not
exceed the lenght of data-name2 in case of 01 level.
where as in case of other both the data-names must be
equal in size.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is length is cobol?
What is the difference between PIC 9.99 and PIC9v99?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the difference between comp and comp-3 usage?
What is the utilization of copybook in cobol?
IF I mention stop run in CICS what happens?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between comp and comp-3?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the LINKAGE SECTION used in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
What are the different rules of SORT operation?
Can we change the password using ALTER? anyone tried and changed?