Answer Posted / vineet pasricha
no you cant use occurs clause on 66 77 88 01
66 is for Rename
77 is for stand alone variables
88 is for indicators
you can use occur clause on 02 - 49
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
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 to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Name some of the examples of COBOl 11?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is comp-1 and comp-2?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Which is not true about evaluate statement
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Why would you use find and get rather than to obtain?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Write the code to count the sum of n natural numbers.
Write the code implementing the perform … varying.