hie everyone.i just completed my b.tech in electronics and
joined mainframes course.am i doing right course for my better
future?please help me with your suggestions.ill be very
thankful to you guys.
Answers were Sorted based on User's Feedback
Answer / anusha
hi....i donno much about u but still i will try to help
you.if u r in da first stage of ur course then find out if u
can perform well and understnd ur course.n da most imp of
all,see if u have interest in dat.if ur ans is yes then dont
think about questions like the one u postd.if u dont hav
interest n just joind it thinking tat it wil earn u a good
job and cudnt do well in da course then its better to drop
rather than regretting after sometime.
i think dis wil be useful to u....i am sorry if its
nt.....anywayzzzz all the best ......
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sunil
hai dude iam also on pf mainframes its very useful to u if
ur interested otherwiae u can do ur core course also
any wazzzzzz its better for ur future......
| Is This Answer Correct ? | 1 Yes | 0 No |
What type of Call you would use if you don;t want the control back to the calling program?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
Explain Restart Logic in Cobol?
What is the difference between index and subscript?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
wht is packed decimal in cobol
what is the use of comp2 ? where can we use it with example ?
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
What the difference is between continue and next sentence?