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 / 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 |
how to compress the data set
What are the default system and catalog libraries in JCL?
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what is a cataloged procedure ?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What are SD37, SB37, SE37 abends?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
how to resolve the soc4 error?
List the different components of jcl statement?
Name a few IBM utility programs, and explain its function.