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.
Answer Posted / 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 |
Post New Answer View All Answers
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
what happens if parmparameter passes zero bytes to the program
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between PIC 9.99 and PIC9v99?
What type of SDLC u followed? Why?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Write some characteristics of cobol as means of business language.
) How do u handle errors in BMS macro?
What rules are followed by the search verb.
What is the difference between goback, stop run and exit program in cobol?
What are literals?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
how do you reference the ksds vsam file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?