What type of SDLC u followed? Why?
88 class is used for
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
What is the use of intialize verb?
01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
What is the difference between PIC 9.99 and PIC9v99?
How do u initialize an array?
What is the use of EVALUATE statement?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe
6 Answers Citi Bank, CitiGroup, HSBC, iNautix, Wipro,
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
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?