is it possible to pass an SQL query inside a jcl which is
inside a cobol program?
Answer Posted / sk
Hey Rajesh,
this is the joke of year. :0) cheers!!!.
-SK.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How arrays can be defined in COBOL?
What are all the divisions of a COBOL program?
Discuss about changing dataset name in proc.
What are the different types of condition in cobol and write their forms.
What is the use of intialize verb?
How many bytes S(8) comp field occupy and its maximum value?
Can we change the password using ALTER? anyone tried and changed?
How do you reference the following file formats from cobol programs?
What type of SDLC u followed? Why?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
) how do u code after getting data?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this