Answer Posted / sreejith
use SEND option in ISPF 6 option.
let it try
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you define a variable of comp-1 and comp-2?
how do you reference the printer file formats from cobol programs
In which area will you utilize 88 level items in cobol?
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.
how do you reference the fixed unblock file formats from cobol programs
IF I mention stop run in CICS what happens?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is a SSRANGE and NOSSRANGE?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is perform what is varying?
Why would you use find and get rather than to obtain?
What is the local-storage section?