how to convert vsam table into DB2 table?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
When is a scope terminator mandatory?
01 a pic s9(5) occupies how many bytes ?
What is an in-line perform ?
What is the different between index and subscript?
What are the different data types available in COBOL?
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
How To move a value to an array using move verb?
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
file status 00 is checked after opening the file or reading the file
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
What is tne need to use sub programs in Cobol?