Answer Posted / sravani
when sync is used it will start from fresh byte.in mainframe 4bytes is used for a word. it will increase the performance. but it allowes slack bytes(unused bytes)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
how do you define single dimensional array and multidimensional array in your cobol?
HOw can I get the negative sign while deduct high value from low value
What are all the divisions of a COBOL program?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Can a Search can be done on a table with or without Index?
What is redefines clause in COBOL?
State the various causes of s0c1, s0c5 and s0c7.
Write a program to enter and display the names of students in a class using the occurs clause.
Describe the cobol database components?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
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.
how to refer the data field?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the compute verb? How is it used?