Post New Answer View All Answers
Define static linking and dynamic linking.
What guidelines should be followed to write a structured cobol prgm?
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?
Name the sections present in data division.
What is inspect in cobol ?
What is amode(31)
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
how do you reference the fixed unblock file formats from cobol programs
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Which division and paragraphs are mandatory for a COBOL program?
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
how do you define single dimensional array and multidimensional array in your cobol?
What is rmode(24)
how do you reference the ksds vsam file formats from cobol programs
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.