Answer Posted / naidu sekhar yandrapu
ASKTIME
Asktime command is used to request the current date and time
EXEC CICS
ASKTIME(WS-DATE)
ABSTIME
END-EXEC
FORMAT TIME is used date and time
EXEC CICS
FORMAT
YYYYMMDD(WS-DATE)
DATESEP("/")
MMDDYYYY(WD-DATE)
DATE("-")
HHMMSS(WS-TIME)
TIMESEP(";")
MMHHSS(WS-TIME)
TIMESEP(":")
END-EXEC.
SUSPEND:
TO SUSPEND THE EXECUTION OF TASK
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about different table spaces.
What is the difference between comp and comp-3 usage?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how to convert the recors form vsam file to db2 table tru file aid
how do you reference the ksds vsam file formats from cobol programs
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What do you understand by psb and acb?
What are the different rules for performing sort operation?
What is a scope terminator give example?
In COBOL programming, what is PERFORM? What is VARYING?
What is the LINKAGE SECTION used in COBOL?
What rules are followed by the search verb.
What is report-item in COBOL?
How you can read the file from bottom?
Write down the divisions of cobol program?