Write down the divisions of cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
Write some characteristics of cobol as means of business language.
how would you resolve sb37 and SE37?
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
can we use variable picture clause as xx.99 in cobol.
How to display the index.(displacement from an array)
What is the difference between performing a SECTION and a PARAGRAPH?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error
When is inspect verb is used in cobol?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
How do you get the data to code the BMS macro?