Explain about different table spaces.
No Answer is Posted For this Question
Be the First to Post Answer
Explain how to differentiate call by context by comparing it to other calls?
what is subscript in cobol?give realtime example?
A s9(4). B v9(4) value 0.21 can i move this?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
What is the difference between a binary search and a sequential search?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
What is binary search?
What are the different rules of SORT operation?
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)