State the various causes of s0c1, s0c5 and s0c7.
No Answer is Posted For this Question
Be the First to Post Answer
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
What is rmode(24)
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
In an EVALUATE statement, can I give a complex condition on a when clause?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the meaning of 'Eject' verb in cobol?
what is the meaning of pic 9(09)v99-
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
) How do you access the migrate the data from production region to development region
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?