which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
No Answer is Posted For this Question
Be the First to Post Answer
what is Reentrancy and Quasi-reentrancy?
If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
What is the difference between structured cobol programming and object alternativelyiented cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Whtz the specialty of 77 level number ?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
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?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
Differentiate COBOL and COBOL-II?
what is the difference between Plan & package
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.