How do define dynamic array in cobol.
No Answer is Posted For this Question
Be the First to Post Answer
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
what are the working storage fields in BMS macro?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
I got user abend U4038 while compiling my runjcl.. can anyone help me?
How can we pass data from cobol to JCl?
How to retrive the 9th records out of ten records using the cobol program ?
What is Comm?
2 Answers IBM, Kemper Corporation,
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the use of EVALUATE statement?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)