COMPUTE X = A * B - C * D and
COMPUTE X = (A * B) - (C * D)
(a) Are not the same
(b) Are same
(c) Syntactically wrong
(d) Will yield a run time error
what is rediffine clause?in what situation it can use?give me real time example?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
Give some advantages of REDEFINES clause?
wht is structured cobol pgm and non structred cobol pgm ?
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
What is the difference between Call and a Link?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is SDSF?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?