Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to enter and display the names of students in a class using the occurs clause.
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
What is Comm?
2 Answers IBM, Kemper Corporation,
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
can any one help -s806
In an array processing what is the thing that can be done by using subscripts but not by using index
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
what will happen if i give program name and member name as different? program runs successful or w'll abend?
Name the divisions in a COBOL program ?
what is the meaning of pic 9(09)v99-
What is COMP-1? COMP-2?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic