Answer Posted / guest
five bytes
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
Explain how you can characterize tables in cobol?
What are the different open modes available in cobol?
Explain how to differentiate call by context by comparing it to other calls?
Write some characteristics of cobol as means of business language.
how do you reference the variable unblock file formats from cobol programs
what are decleratives in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Can you please let me know the centre name of INS certification in Kolkata.
What type of SDLC u followed? Why?
How do we get current date from system with century in COBOL?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
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 to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are various search techniques in cobol? Explain.