What is the utilization of copybook in cobol? Could we utilize a similar copybook?
No Answer is Posted For this Question
Be the First to Post Answer
what is level 66 means??
How do you define a variable of COMP-1? COMP-2?
How to define a array dynamically.....
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How are the next sentence and continue different from each other?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
What will happen if we generate GDG +2 version instead of +1 version?
What is length is cobol?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
how to convert vsam table into DB2 table?
State the various causes of s0c1, s0c5 and s0c7.
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.