can we use variable picture clause as xx.99 in cobol.
Answers were Sorted based on User's Feedback
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
In the JCL, how do you define the files referred to in a subroutine ?
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?
I have a occurs for 100 times but it has executed 101 time what could be the reason?
how will u code parm parameter and where pls ?
how can you identify wheather the program is using search or search all in the cobol program?
What are decleratives in COBOL ?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
i WANT ALL ERROR codes IN CICS and DB2
Write some characteristics of cobol as means of business language.