In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
3 8851
Can you define cemt?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
what are the codes returned by the ams (access method services) command during the execution in vsam?
What is syscat in db2?
What is db2 connect?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Explain in DD statement what is the use of DCB parameter?
What are the various error conditions seen in rexx?
Define ceci?
Define check constraint.
i want to store 20 digits . how will u do it in cobol ?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
what is JCL?
how long does the install of oorexx take?
if the submitter of a job wants to inform another user about the job completion, how can it be done?