which one is the best of com and com-3.using of real time ?
Answer Posted / pk
what is this higher boundaries and lower boundaries. please
explain
thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is difference between static and dynamic call in cobol?
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 ?
What are the different rules for performing sort operation?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Which division and paragraphs are mandatory for a COBOL program?
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.
Name some of the examples of COBOl 11?
What are the pertinent COBOL
For rewrite, why is it mandatory that file needs to be opened?
Whats the difference between search & search ALL?
What is the difference between Call and a Link?
Why would you use find and get rather than to obtain?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?