How do you reference the fixed block file formats from cobol programs
Can JUSTIFIED be used for all the data types?
Write a program to concert an Indexed file into Sequential file?
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
which is better either static call or dynamic call? and why?
What is a SSRANGE and NOSSRANGE?
2)Where the Plan is located in CICS-DB2?
How to covert given string into ASCII value in COBOL/MF COBOL
Under which scenario you would go for a static call as opposed to dynamic call?
How is sign stored in a comp-3 field?
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
diffrence between renames and redifnes with examples