When can the USING phrase be included in the call
statement ?
Answer Posted / s
When we are recieving value from the sub program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is report-item in COBOL?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is the difference between goback, stop run and exit program in cobol?
How do you define a variable of comp-1 and comp-2?
What are various search techniques in cobol? Explain.
In COBOL programming, what is PERFORM? What is VARYING?
What is rmode(any) ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What rules are to be followed while using the corresponding options?
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.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc