Answer Posted / tin
six
| Is This Answer Correct ? | 11 Yes | 17 No |
Post New Answer View All Answers
What are the access modes of START statement?
What is rmode(24)
what is the difference between COBOL2 AND COBOL390?
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
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 ?
how can i see junk values in dclgen or in hostvariable of comp ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your 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.
What type of SDLC u followed? Why?
Write the code to count the sum of n natural numbers.
Explain how to differentiate call by context by comparing it to other calls?
What is a scope terminator give example?
What is an in line perform? When would you use it? Anything else you wish to say about it.
how to access the file from prodution from changeman tool and to submit a file to production
What are the different rules for performing sort operation?