Explain about different table spaces.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between perform … with test after and perform … with test before?
What is rmode(24)
What kind of error is trapped by on size error option?
which is better either static call or dynamic call? and why?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
Explain the configuration section of a cobol program with examples of syntax.
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
How are the next sentence and continue different from each other?
how will you define vsam file in select clause?
how to transfer the file from pc to mainframe??
I have a File that has duplicate records. I need only those records that occur more than thrice.?
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.