What is length is cobol?
No Answer is Posted For this Question
Be the First to Post Answer
db2 variable decimal(15,2) what is the equalent size of cobol variable
whats the disadvantage of search all over search?
2)Where the Plan is located in CICS-DB2?
What is the difference between goback, stop run and exit program in cobol?
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.
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 report-item in COBOL?
can we read records in a file from botom to top. if possible how can we read
What are 77 levels used for?
input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
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 the Importance of GLOBAL clause According to new standards of COBOL?