what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
9 30305What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
8 11878How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
6 9787How to read records from flat file in reverse order through COBOL program?
Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
14 74372I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
IBM,
6 16239soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
7 12719
For rewrite, why is it mandatory that file needs to be opened?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
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 the difference between binary search and sequential search?
What is amode(31)
What kind of error is trapped by on size error option?
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
What is the compute verb? How is it used?
In COBOL, what is the different between index and subscript?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How do you reference the following file formats from cobol programs?
Explain what you understand by passing by value.
What is link edit in cobol?
What type of SDLC u followed? Why?