Can we use icetool in cobol program?
Answers were Sorted based on User's Feedback
Answer / giri12
Deepu, u said we cannot use icetool in cobol program. can
you please give us the valid reason for that?
Is This Answer Correct ? | 1 Yes | 0 No |
how do you reference the esds vsam file formats from cobol programs
how to check whether the open command of a sequential file is successful? or not?
copy 100 records without using ibm utilities
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
What are the differences between OS VS COBOL and VS COBOL II?
What are 77 levels used for?
how will u code parm parameter and where pls ?
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?
which one is better among static call and dynamic call?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps