how do you reference the esds vsam file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
what will happen if pass values more than 100 using PARM parameter?
What is the local-storage section?
What are literals?
In which area will you utilize 88 level items in cobol?
how you read control card into array?
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
why we are using picture clause in the cobol programs?
What is the figurative constant in cobol?
can we use reference modification an arry.
How do pass the values to the parameters in cobol
Can we move X(9) to 9(9). If yes what are the ways for doing this?