Differentiate COBOL and COBOL-II?
No Answer is Posted For this Question
Be the First to Post Answer
How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.
10 Answers ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,
What is the difference between perform … with test after and perform … with test before?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
i WANT ALL ERROR codes IN CICS and DB2
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
What is binary search?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
If we use GO BACK instead of STOP RUN in cobol?
what is the use of filler in cobol programing?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.