we define the array like this
01 array
02 veg occurs 10 times
03 days occurs 6 times
04 cost pic 9(5).
but why don't we write it as
01 array
02 veg occurs 10 times
03 days occurs 6 time
04 cost pic 9(5).
is there any error will occur ,what is it? and why don't
01,02,03 not contain picture clause? if we put pic in those
is there any error will occur what is it will occur?
Answer Posted / rajvee
If you want to put 02,03,04 in one column no error will
occur, its only a common coding standard to be followed.
group item don't carry pic clause only elementary items
will.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is condition checking possible in jcl?
What is the function of //jcllib statement?
Explain in DD statement what is the use of DCB parameter?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
how JCL works?
Can I send output of job to my remote device careerride123?
What do you understand by the terms: joblib and steplib?
Explain the function of dd disp parameter?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what is the compile process of cobol program expalin with code
Which dd parameters are required?
Explain how can a stopped job be started again?
What is the use of symbol // in jcl?
Is it possible to define dd statements as you want?
What statement can be used to send data to another mvs jes3 node?