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 |
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
Describe the difference between subscripting and indexing ?
How many variables can be declared in w-s section.?
what is the advantage of using redefines instead of delaring the variables ?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
how to transfer the file from pc to mainframe??
what is the use of keep and pass in disp
What type of SDLC u followed? Why?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
What is the difference between a binary search and a sequential search?
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?