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 30286What 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 11873How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
6 9779How to read records from flat file in reverse order through COBOL program?
Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
14 74330I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
IBM,
6 16233soc-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 12699
What rules are followed by the search verb.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write the code implementing the perform … varying.
Define cobol?
how to access the file from prodution from changeman tool and to submit a file to production
how to convert the recors form vsam file to db2 table tru file aid
What is inspect in cobol ?
How do you differentiate between cobol and cobol-ii?
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?
Have you used comp and comp-3 in your project? And how?
What is the difference between PIC 9.99 and PIC9v99?
What is comp-1 and comp-2?
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.
Discuss about changing dataset name in proc.
What is perform what is varying?