Write a cobol program making use of the redefine clause.
No Answer is Posted For this Question
Be the First to Post Answer
in how many mode we can open a file ?
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
What are subroutines ? and how do we pass data to the sub routines?
how do you reference the ksds vsam file formats from cobol programs
A s9(4). B v9(4) value 0.21 can i move this?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
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,
Is It Possible to Update or change in VIEW Mode?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
how do you reference the esds vsam file formats from cobol programs
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....