What is the maximum size of a 01 level item in COBOL I? in
COBOL II?
Answers were Sorted based on User's Feedback
Name the divisions in a COBOL program ?
subscript and index r not coded in u r application program what will happen?
What are the ways you can generate a copybook?
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
why we are using set in searchall?
How do you get the data to code the BMS macro?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
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 LINKAGE SECTION used in COBOL?
What is a scope terminator? Give examples.
how to move the records from file to array table. give with code example
Write the code to count the sum of n natural numbers.