if we have " ibm mainframe ",in that how to remove first and last leading space
eg:"ibm mainframe" like that the answer we need
No Answer is Posted For this Question
Be the First to Post Answer
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
1.What is the default print format in cobol?
What is the difference between goback, stop run and exit program in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
hw to create 3 dimensional array & hw to access it?
How do you submit JCL via a Cobol program?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Can a Search can be done on a table with or without Index?
When and how can we use index & subscript ?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
What is link edit in cobol?