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 XDC ?
. How do we cast a variable in COBOL
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
what is Reentrancy and Quasi-reentrancy?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
What is Static and Dynamic linking ?
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
can you declare redefine in level 01?
without performing any operations on a file how can i know whether it contains data or not
HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER
give the examples for strings and unstrings in cobol
What is the difference between a binary search and a sequential search?