What is ASKTIME, SUSPEND
Answer / 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 |
What is the compute verb? How is it used?
What is SSRANGE, NOSSRANGE ?
What rules are followed by the search verb.
TYPES OF SORTINGS. which is more prefarable.
1.Can we define condition-name conditions in FD entry.
how to check whether the open command of a sequential file is successful? or not?
s9(18) comp-3:: What is the size of memory it takes internally?
SIGN TRAILING SEPARATE field occupy ?
How to Pass table from a cobol program to another cobol program and how to use that table in called program
what is the diff b/w select stsmt and cursor ?
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
how do you reference the variable unblock file formats from cobol programs