Can printer files (having 133 characters) be of variable
length?

Answer Posted / jagannath

No the file has to be of fixed byte with length 133.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2215


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

11131


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.

1219


) how do u code after getting data?

1657


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17284






2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2257


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.

2155


What is a SSRANGE and NOSSRANGE?

958


How do you differentiate between cobol and cobol-ii?

753


Write some characteristics of cobol as means of business language.

708


What is the difference between perform … with test after and perform … with test before?

1002


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1716


Write the code to count the sum of n natural numbers.

789


Can we change the password using ALTER? anyone tried and changed?

1632


What are all the divisions of a COBOL program?

757