What are the different data types in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Can the OCCURS clause be at the 01 level?
What is the difference between NEXT SENTENCE and CONTINUE?
Can printer files (having 133 characters) be of variable length?
what is S04E error in jcl?
11 Answers IBM, L&T,
File status must be checked both while opening and reading the file or only while reading the file?
how to submit a jcl by cobol program. clear me with an example.
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
Why there is no questions in this column?
consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
What is link edit in cobol?
What are the different types of condition in cobol and write their forms.