What are options have been removed in COBOL 11?
Answer / savan
EXAMINE has been removed from later versions of COBOL.
| Is This Answer Correct ? | 0 Yes | 0 No |
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
What do you understand by psb and acb?
how can you identify wheather the program is using search or search all in the cobol program?
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
Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
write a program to eliminate duplicate records in a input file and send them to output file.
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
Write the syntax of a two dimensional array?
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
Can we move X(7) to S9(7) COMP?
)what is retrieve?