How do you reference the fixed block file formats from cobol programs


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

Can JUSTIFIED be used for all the data types?

3 Answers  


Write a program to concert an Indexed file into Sequential file?

1 Answers   Covansys,


Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS

2 Answers  


which is better either static call or dynamic call? and why?

5 Answers   HCL,


What is a SSRANGE and NOSSRANGE?

0 Answers  


2)Where the Plan is located in CICS-DB2?

1 Answers   IBM,


How to covert given string into ASCII value in COBOL/MF COBOL

3 Answers   CTS, IBM, iFlex,


Under which scenario you would go for a static call as opposed to dynamic call?

5 Answers   TCS,


How is sign stored in a comp-3 field?

7 Answers  


What is 66 level number and where it is used in real time by software developers?

2 Answers   ITC Indian Tobacco Company, TCS,


) How do u handle errors in BMS macro

0 Answers   IBM,


diffrence between renames and redifnes with examples

3 Answers   IBM,


Categories