Answer Posted / vijay
suppression with leading zeros
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
what is difference between cobol and cobol/400
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is rmode(any) ?
Can we redefine the field of x(200) to less than 200?
What are the different data types in cobol?
When is inspect verb is used in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How do define dynamic array in cobol.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Name some of the examples of COBOl 11?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Write a program to enter and display the names of students in a class using the occurs clause.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?