What is the Linkage section? What is the Use and Why the
parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9
(4) COMP." any reason?.Please let me know any one...
Cheers,Prasad
Answer Posted / kavya
Linkage section is one of the section of Data
division.Linkage section is used to access external data.
With respect to length above ans is right...
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are the pertinent COBOL
) How do u handle errors in BMS macro?
How arrays can be defined in COBOL?
What rules are to be followed while using the corresponding options?
What is cobol?
What is a scope terminator give example?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How many bytes S(8) comp field occupy and its maximum value?
what is the difference between COBOL2 AND COBOL390?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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.
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.
For rewrite, why is it mandatory that file needs to be opened?
) How do u handle errors in BMS macro
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?