i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?
Answers were Sorted based on User's Feedback
Answer / manoj
Job will neither abend nor go in infinite loop. It will give unpredicted results as it will executes all the codes line by line till the end.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / pramod reddy
The pgm will take max. time to compile..
it will get S322 abend...
| Is This Answer Correct ? | 0 Yes | 5 No |
what is the use of filler in cobol programing?
what is ASRA, AEY9?
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
How to read a record from bottom of a file which is indexed by 'A'.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
When would you use in-line perform?
What is the difference between Call and a Link?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
Can we use icetool in cobol program?
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
Can we use goto statement in inline_perform ?