Answer Posted / valmiki
This is also used in IEBEDIT as an alternate to COND for
submitting slective Steps of jcl
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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 the difference between Call and a Link?
What is cobol?
Write a program to explain size error.
What are various search techniques in cobol? Explain.
) How do u handle errors in BMS macro
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.
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 differentiate between cobol and cobol-ii?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Name the divisions, which are available in a cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Discuss about changing dataset name in proc.
What is amode(31)
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this