can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / madhu
20
| Is This Answer Correct ? | 5 Yes | 29 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How arrays can be defined in COBOL?
What are the access modes of START statement?
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?
How you can characterize tables in cobol?
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.
Can a Search can be done on a table with or without Index?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between PIC 9.99 and 9v99 in COBOL?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Which Search verb is equivalent to PERFORM…VARYING?
How you can read the file from bottom?
What is redefines clause in COBOL?