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 |
i WANT ALL ERROR codes IN CICS and DB2
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
What is a report item?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
what is S04E error in jcl?
11 Answers IBM, L&T,
How many maximum number of procedures can we write in one COBOL program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write the code to count the sum of n natural numbers.
What will happen if we generate GDG +2 version instead of +1 version?
Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all
If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.
How do we get current date from system with century in COBOL?