Why IBM?
How can we pass data from cobol to JCl?
What is the purpose of Identification Division?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
Write a program that uses move corresponding.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Describe the cobol database components?
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.
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas