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 30625What 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 12116How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
6 9999How to read records from flat file in reverse order through COBOL program?
Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
14 74990I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
IBM,
6 16454soc-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 12921
i want a program using by if, evaluate , string, unstring, perform, occurs?
When is inspect verb is used in cobol?
What are the different data types in cobol?
Name the divisions, which are available in a cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Why would you use find and get rather than to obtain?
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 are the access modes of START statement?
how to convert the recors form vsam file to db2 table tru file aid
How are the next sentence and continue different from each other?
How do we get current date from system with century in COBOL?
What kind of error is trapped by on size error option?
How to know whether the module is dynamical or statistical?
How do get the result of your program directly on your pc?