What is perform what is varying?
No Answer is Posted For this Question
Be the First to Post Answer
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
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?
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
Can you please let me know the centre name of INS certification in Kolkata.
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
What are the divisions in a cobol program? Which one is the mandatory division among them?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
how can we fetch 3 records in cobol pgm any coding pls ?
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
can we redefine 77 level item is it possible