What are VS COBOL 11 special features?
Answer / santosh khot
Vs Cobol II is the Enhanced Version of Vs Cobol there are
Many concept are added like in-line perform, Occures clause
has 7 Dimensions registery pointers for extra accesing CICS
space Scope terminator.
| Is This Answer Correct ? | 0 Yes | 0 No |
) How do u handle errors in BMS macro?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
COMP-3 field occupy ?
What is a scope terminator? Give examples.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is 77 level used for ?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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.