How do define dynamic array in cobol.
No Answer is Posted For this Question
Be the First to Post Answer
Have you code any new programs in COBOL ? What is the functionality of the programs?
How we copy a program from production region to development region.What is the process & syntax ?
how to run sub programs using static and dynamic call ...
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
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,
Why occurs cannot be used in 01 level in COBOL?
What do you do to resolve SOC-7 error?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?