Which is the best IBM mainframe Training Institute in
Ameerpet, Hyderabad
Answer Posted / lasya
hai friends,Schoolofmainframes is the best institute in
hyderabad.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is a report item?
What is the LINKAGE SECTION used in COBOL?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Whats the difference between search & search ALL?
how can i see junk values in dclgen or in hostvariable of comp ?
how do you reference the esds vsam file formats from cobol programs
Have you used comp and comp-3 in your project? And how?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How can you get the ksds file records into your cobol program?
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 ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is an in line perform? When would you use it? Anything else you wish to say about it.