What is inspect in cobol ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that uses move corresponding.
What is "Call by content" and "call by reference"?
What is the difference between Global and External Variables?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
what is internal sort and external sort ? which is preferable ?
How is sign stored in a comp-3 field?
What is the difference between CALL BY VALUE and CALL BY CONTENT?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
what is S04E error in jcl?
11 Answers IBM, L&T,
In an array processing what is the thing that can be done by using subscripts but not by using index
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
what is the advantage of using redefines instead of delaring the variables ?