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?



we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times ..

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

Post New Answer

More JCL Interview Questions

What are the 2 types of parameters in dd statement?

0 Answers  


what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?

1 Answers   Accenture,


how can u identify the db2 from jcl ?

2 Answers   TCS,


what is SOC4 error?

0 Answers  


How to alter the parameters for the existing gdg?

0 Answers  






What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?

3 Answers  


How do you access a file that had a disposition of KEEP?

3 Answers  


Describe the JOB statement, its meaning, syntax and significant keywords?

1 Answers  


What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?

11 Answers   Tesco,


//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?

2 Answers   CCS, CTS,


What is a COND parameter in JCL?

10 Answers   TCS,


why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two

1 Answers   IBM, Perot Systems,


Categories