What is a ca split?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is sqlca?
Can one database have multiple instances?
How are the next sentence and continue different from each other?
Explain how do you control cursor positioning?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
In a CICS program, how will you read a VSAM file?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is the role of the is numeric clause?
How dummy is used in jcl?
What is a buffer in memory?
what do you mean by recovery and speed parameters in define cluster command?
List the type of locks and explain each of them.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?