What is file status 39 ?

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


Please Help Members By Posting Answers For Below Questions

how do you reference the printer file formats from cobol programs

907


What are declaratives and what are their uses in cobol?

954


Name the divisions, which are available in a cobol program?

938


How to know whether the module is dynamical or statistical?

882


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.

2249


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?

2018


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.

5436


i want a program using by if, evaluate , string, unstring, perform, occurs?

4351


Write a program that uses move corresponding.

879


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2190


In which area will you utilize 88 level items in cobol?

908


What is the usage of comp fields in cobol?

891


How you can read the file from bottom?

887


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.

1362


Write a cobol program making use of the redefine clause.

951