Answer Posted / anna
and online pgm, copybooks.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do u write test cases?
) how do u code after getting data?
What type of SDLC u followed? Why?
What is amode(31)
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write the code implementing the perform … varying.
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the fixed unblock file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
IF I mention stop run in CICS what happens?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How arrays can be defined in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
In COBOL programming, what is PERFORM? What is VARYING?