Write the syntax of a two dimensional array?
Answer Posted / guest
01 items x(10) occurs 10 times
02 sub items pic x(10) 5 times
| Is This Answer Correct ? | 9 Yes | 68 No |
Post New Answer View All Answers
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are the different data types in cobol?
How can you get the ksds file records into your cobol program?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What are the rules of the move verb?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to print 10 to 1 if the input have only 10 digit number?
example for sub strings ? and refernce modifications whit output pls
In which area will you utilize 88 level items in cobol?
Name the sections present in data division.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
explain sorting techniques in cobol program?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Differentiate between structured cobol programming and object-oriented cobol programming.