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 are the ways you can generate a copybook?
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
what is the difference between PA & PF keys?
which one is the best of com and com-3.using of real time ?
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
What does the IS NUMERIC clause establish ?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,
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
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH