i want to learn mainframe..any websites and material to
learn from basic..? my mail id : rajeswaribe2010@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
how we separate the cobol cics statements from cobol&cics programming?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Without using move verb how to move one variable to another.
what are decleratives in cobol?
How do you define a variable of comp-1 and comp-2?
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
Explain what you understand by passing by value.
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
IF I mention stop run in CICS what happens?
What was removed from COBOL in the COBOL II implementation?