consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
TCS,
3 8840consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
TCS,
5 12629what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
TCS,
3 14389
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Write the code to count the sum of n natural numbers.
What is the compute verb? How is it used?
Name the sections present in data division.
What is a SSRANGE and NOSSRANGE?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Why did you choose to work with ibm mainframe cobol programming?
What are the rules of the move verb?
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Discuss about changing dataset name in proc.
Write some characteristics of cobol as means of business language.
how to refer the data field?
How do you get the data to code the BMS macro?