Can we move X(7) to S9(7) COMP?
Answer / shib
yes we can if value of x(7) contains numeric data like 1234567 or 0000000
We will not get any error.
Is This Answer Correct ? | 0 Yes | 1 No |
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
How many sections are there in data division?.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Can we put move statement in COBOL copybook
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
can any one help -s806
Write a program to enter and display the names of students in a class using the occurs clause.