If by mistake we MOVE a working storage variable into
LINKAGE area. What will happen??

Answer Posted / manasamurari

mismatch of sending variables will lead to soc4 abend

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is not true about evaluate statement

1567


What is amode(31)

716


What are 77 levels used for?

656


What is Pic 9v99 Indicates in COBOL?

720


how do you reference the variable block file formats from cobol programs

680






Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2331


) How do u handle errors in BMS macro

1503


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

817


What are the different open modes available in cobol?

713


how do you reference the variable unblock file formats from cobol programs

743


How do you reference the following file formats from cobol programs?

693


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1921


What are different data types in cobol?

685


Name the sections present in data division.

697


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.

1111