How do you get the data to code the BMS macro?
No Answer is Posted For this Question
Be the First to Post Answer
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
What is level 66 used for ?
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
where do u use low-value and high value in cobol
How to display string in the reverse order using occurs clause?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
What is the mode in which you will OPEN a file for writing?
What is length is cobol?
I want ALL jcl ERROR cods
What are differences between Static Call and Dynamic Call?
10 Answers IBM, KBC, Keane India Ltd, Verizon,
How To move a value to an array using move verb?