) How do u handle errors in BMS macro
No Answer is Posted For this Question
Be the First to Post Answer
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
Define cobol?
9(2).99 how many bytes take? Why . consider as a byte?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
How you can delete a record from a ps file in cobol?
how to convert the recors form vsam file to db2 table tru file aid
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
What is the difference between SEARCH and SEARCH ALL?
What is the difference between a DYNAMIC and STATIC call in COBOL?
Explain Restart Logic in Cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there