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

please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

0 Answers   EDS,


Please let me know at which Scenarios we will go for STATIC call or DYNAMIC

3 Answers   IBM,


Explain call by context by comparing it to other calls.

1 Answers  


In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?

1 Answers   CSC,


What is the point of the REPLACING option of a copy statement?

3 Answers  






Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.

2 Answers  


What are the various section in data division and briefly explain them.

0 Answers  


1) can we display the index?

3 Answers   ADP, IBM,


what is srange and nosrange pls reply to ths question ?

2 Answers   L&T,


How will you find the currepted records in a file

2 Answers  


copy 100 records without using ibm utilities

3 Answers  


How you can delete a record from a ps file in cobol?

1 Answers  


Categories