Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
6 38809What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
2 7784What are differences between Static Call and Dynamic Call?
IBM, KBC, Keane India Ltd, Verizon,
10 22456
What are the different rules for performing sort operation?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How do you reference the fixed block file formats from cobol programs
How do we get current date from system with century in COBOL?
How do get the result of your program directly on your pc?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
what is amode(24), amode(31), rmode(24) and rmode(any)?
In COBOL, what is the different between index and subscript?
What are all the divisions of a COBOL program?
Can we redefine the field of x(200) to less than 200?
what is difference between cobol and cobol/400
What is the LINKAGE SECTION used in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.