Answer Posted / pradeep
TALLYING IS THE COUNT OR NO OF OCCURANCES OF A CHARACTER IN
A STRING WHILE USING INSPECT AND {EXAMINE(74 STANDARD)} ARE
USED.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
Whats the difference between search & search ALL?
What is the LINKAGE SECTION used in COBOL?
What is amode(31)
Which mode is used to operate the sequential file?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
explain sorting techniques in cobol program?
What is the difference between perform … with test after and perform … with test before?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are literals?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are the different rules to perform a Search?
What are various search techniques in cobol? Explain.
What are the different types of condition in cobol and write their forms.