01 T1.
02 month-day pic x(30) value ?jan,31, feb,28,
mar,31, apr,30, may,31, june, 30?
02 new-day redefines month-day occurs 6 times
03 A pic xxx.
03 B pic 99.
What are the content of A(3) and B(2) respectively
A)mar,31
B) Feb,28
C) 28, Mar
E)Mar, 28

Answer Posted / deepak

e

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can the values of alphanumeric be moved to variable numeric?

595


how can you define a dataarea(DTAARA) IN RPG? Which spec you define it C-spec/D-spec?

1400


how do we describe static call and dynamic call?

582


What is meant by a bolt dispute?

824


What is defragmentation and what is its advantage?

540






Define clustered index?

554


how could you write a program in a structured format?

582


Explain database descriptor in brief?

596


What is the function of the verb initialize?

602


Write about the self-referencing constraint?

577


How to compare two files by using sort?

574


What is the distinction amongst include and copy?

521


How to move a field DT 9(8) of input file to DT 9(8) COMP-3 in output file in ezytrieve? in the output file entire dt is not moved.If any answer plz reply as soon as possible.

1646


What is distributed relational database architecture? And components?

545


in options (main) , what is meaning of main . if u not used main what will happen? After compiling, os will not understand where to load and execute from

1671