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 29981What 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 11631How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
6 9591How to read records from flat file in reverse order through COBOL program?
Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
14 73754I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
IBM,
6 16054soc-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 12480
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are the cobol coding sheets?
What is inspect in cobol ?
Can a Search can be done on a table with or without Index?
How many sections are there in data division in COBOL?
how do you reference the variable block file formats from cobol programs
Write some characteristics of cobol as means of business language.
What are the rules of the move verb?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are the pertinent COBOL
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how do you define single dimensional array and multidimensional array in your cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the difference between PIC 9.99 and 9v99 in COBOL?