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.
Answer Posted / piyush mani
u r wrt but if we declare diff var for above values then result will b like
value result
-10 1{
-11 1J
-12 1K
-13 1L
.........
THANKS
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Can you please let me know the centre name of INS certification in Kolkata.
How do define dynamic array in cobol.
What is redefines clause in COBOL?
Write some characteristics of cobol as means of business language.
How to know whether the module is dynamical or statistical?
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.
What is the difference between PIC 9.99 and PIC9v99?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Write the code to count the sum of n natural numbers.
What are all the divisions of a COBOL program?
Name the divisions, which are available in a cobol program?
In COBOL, what is the different between index and subscript?
What is the difference between Global and External Variables?