1.Is it possible to move the data from 99.99 to 99v99?
2.What is the CICS-vsam Compilation process?
3.In My GDG 5 generation will be there GDG3 got an abend
what will happen?
4.In my GDG first generation is +1 And I want to add the new
generation what will happen previous generation?
5.How can you give the PIC clause below conditions A). s9
(reddy), B). s9 (5) occurs 5 times?
6.How override the proc from a particular step? and what is
symbolic and override Procs?
No Answer is Posted For this Question
Be the First to Post Answer
Write the code implementing the perform … varying.
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
How does IDMS insure data integrity?
What are different data types in cobol?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
What is comp-1 and comp-2?
what is meaning by design document? who can repared for this?
) How do u handle errors in BMS macro?
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.
which is better comp or comp-3 in terms of memory utilization?
If we use GO BACK instead of STOP RUN in cobol?