in the TIME parameter we r giving hours r minutes
Answers were Sorted based on User's Feedback
Answer / satyanarayana
time = (1,2)
1 = minutes
2= seconds
we dont mention the hours
Is This Answer Correct ? | 20 Yes | 0 No |
Answer / mahii
time =(10,4)
10 = MINUTES
4= SECONDS
BY DEFAULT ITS IS 1440
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sushant kumar mohanty
TIME=(MINUTES,SECONDS)
MINUTES<=1440 and SECONDS<60
Is This Answer Correct ? | 6 Yes | 0 No |
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 |
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
Explain call by context by comparing it to other calls.
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?
What is the point of the REPLACING option of a copy statement?
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.
What are the various section in data division and briefly explain them.
1) can we display the index?
what is srange and nosrange pls reply to ths question ?
How will you find the currepted records in a file
copy 100 records without using ibm utilities
How you can delete a record from a ps file in cobol?