Name the divisions, which are available in a cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
What are options have been removed in COBOL 11?
01 a pic s9(5) occupies how many bytes ?
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
How do we get current date from system with century in COBOL?
What is the difference between index and subscript?
What was removed from COBOL in the COBOL II implementation?
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 wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is normalisation?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
give the examples for strings and unstrings in cobol