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.
No Answer is Posted For this Question
Be the First to Post Answer
can we read in input the file with a variable length ? please , how ..could you help me ?
What do you understand by passing by reference and passing by content?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
What is the use of LINKAGE SECTION?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.
how to run sub programs using static and dynamic call ...
how do you define single dimensional array and multidimensional array in your cobol?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
What is inspect in cobol ?