i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?
Answer Posted / kingmanish
infinite loop.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the difference between structured cobol programming and object alternativelyiented cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between goback, stop run and exit program in cobol?
What is link edit in cobol?
How arrays can be defined in COBOL?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between perform … with test after and perform … with test before?
What are the different types of condition in cobol and write their forms.
Which division and paragraphs are mandatory for a COBOL program?
Write the code to count the sum of n natural numbers.
What is a SSRANGE and NOSSRANGE?
What is the usage of comp fields in cobol?