Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


in the TIME parameter we r giving hours r minutes

Answers were Sorted based on User's Feedback



in the TIME parameter we r giving hours r minutes..

Answer / satyanarayana

time = (1,2)

1 = minutes
2= seconds

we dont mention the hours

Is This Answer Correct ?    20 Yes 0 No

in the TIME parameter we r giving hours r minutes..

Answer / mahii

time =(10,4)
10 = MINUTES

4= SECONDS
BY DEFAULT ITS IS 1440

Is This Answer Correct ?    7 Yes 0 No

in the TIME parameter we r giving hours r minutes..

Answer / sushant kumar mohanty

TIME=(MINUTES,SECONDS)
MINUTES<=1440 and SECONDS<60

Is This Answer Correct ?    6 Yes 0 No

in the TIME parameter we r giving hours r minutes..

Answer / reddyp

I checked in my environment time = (1,10) means

1 hour and 10 mnts.

In many books they will specify as (mints ,secs)

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More COBOL Interview Questions

i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..

5 Answers   IBM,


Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.

12 Answers   CTS, Wipro,


i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)

3 Answers   Cap Gemini, Mind Tree,


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?

4 Answers  


In an EVALUATE statement, can I give a complex condition on a when clause?

2 Answers  


How many variables can be declared in w-s section.?

2 Answers  


Can anybody give me example of subscript and index

5 Answers  


01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?

5 Answers   Amdocs,


How do you define a variable of comp-1 and comp-2?

0 Answers  


How to execute a set of JCL statements from a COBOL program?

2 Answers   Patni, Syntel,


consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above

3 Answers   TCS,


what is the maximum error code in mainframe

2 Answers  


Categories