how can count the number of character in feild ?? suppose
for instance i have a feild with value ' rajesh sarkar'
then how can v count the number of characters whitout
spaces...........
Answer Posted / pradeep
INSPECT VARIABLE1 TALLYING WS-COUNT FOR CHARACTERS
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
Define cobol?
What are various search techniques in cobol? Explain.
What guidelines should be followed to write a structured cobol prgm?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
IF I mention stop run in CICS what happens?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Differentiate between structured cobol programming and object-oriented cobol programming.
Write a program to explain size error.
how to convert the recors form vsam file to db2 table tru file aid
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How do you define a variable of comp-1 and comp-2?
What is amode(24)?
Write a cobol program making use of the redefine clause.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc