Why there is no questions in this column?
Answers were Sorted based on User's Feedback
Answer / deltor
most of the peoples just want to grasp the knowledge rather
sharing......do sharing plz....!
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / swamy
I am having my interview tomorrow in UST. will post all the
questions
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / basanth
Similarly like wise other platforms we shud take initiative
in posting some interview questions
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sugun sheel
Many people may not aware of the portal.
Just try to spread it across, not to blame.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is filler and what is use of filler
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
What are the different rules for performing sort operation?
What is sqlca and why is it needed in any cobol-db2 program?
wht is load module and object module ?
What is mean by maxcc
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
What do you understand by passing by reference and passing by content?
How do pass the values to the parameters in cobol
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error