What are the different types of condition in cobol and write their forms.
No Answer is Posted For this Question
Be the First to Post Answer
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
What is SDSF?
how do you reference the ksds vsam file formats from cobol programs
How can you pass values from COBOL program to non-COBOL programs?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
which is better either static call or dynamic call? and why?
can we use the two 01 level in file discription ?
what is Pic 9v99 Indicates?