How do you get the data to code the BMS macro?
No Answer is Posted For this Question
Be the First to Post Answer
tell me about examine inspect and evaluate ?
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
What is a scope terminator? Give examples.
what happens of we dont give time stamp in precompilation process
Can we move X(9) to 9(9). If yes what are the ways for doing this?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
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?
What is level 66 used for ?
Name some of the examples of COBOl 11?
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.