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 30300What 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 11876How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
6 9785How to read records from flat file in reverse order through COBOL program?
Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
14 74359I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
IBM,
6 16235soc-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 12715
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Are you comfortable in cobol or jcl?
How to print 10 to 1 if the input have only 10 digit number?
How do you get the data to code the BMS macro?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Discuss about changing dataset name in proc.
Whats the difference between search & search ALL?
how to convert the recors form vsam file to db2 table tru file aid
Write some characteristics of cobol as means of business language.
What is the difference between next sentence and continue in cobol programing language?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Which division and paragraphs are mandatory for a COBOL program?