Can we change the password using ALTER? anyone tried and changed?
how to transfer the file from pc to mainframe??
can we display comp-3 variables. if we want to display what we have to do . give me one example
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,
what is internal sort and external sort ? which is preferable ?
what are the isolation levels and where we use it in the db2 program
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
In an EVALUTE statement is the order of the WHEN clauses significant?
perform I from 0 by 1 until I=5?How maney times it will executes
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
)what is retrieve?