Answer Posted / elite group
File attribute mismatch...
The LRECL defined in the program is different whatever
given in the JCL
Is This Answer Correct ? | 44 Yes | 1 No |
Post New Answer View All Answers
how do you reference the printer file formats from cobol programs
What are declaratives and what are their uses in cobol?
Name the divisions, which are available in a cobol program?
How to know whether the module is dynamical or statistical?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
i want a program using by if, evaluate , string, unstring, perform, occurs?
Write a program that uses move corresponding.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
In which area will you utilize 88 level items in cobol?
What is the usage of comp fields in cobol?
How you can read the file from bottom?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Write a cobol program making use of the redefine clause.