Author |
Message |
Topic: Sequential files in COBOL |
sp_shukla
Replies: 18
Views: 11285
|
Forum: Application Programming Posted: Tue May 13, 2003 9:13 pm Subject: Sequential files in COBOL |
Kolusu,
It seems from Prayank's requirment that he needs to open and close the file for 200 thousand times if he has 200 thousand records in file1!!!
Prayank,
If both of your files h ... |
Topic: Sequential files in COBOL |
sp_shukla
Replies: 18
Views: 11285
|
Forum: Application Programming Posted: Tue May 13, 2003 12:26 pm Subject: Sequential files in COBOL |
Prayank,
Sort both the files before coding the program. It will make your life a lot easier. Also If you have EASYTRIEVE (unless you want to do it in COBOL only)this will not take more than 15 line ... |
Topic: Sequential files in COBOL |
sp_shukla
Replies: 18
Views: 11285
|
Forum: Application Programming Posted: Tue May 13, 2003 9:26 am Subject: Sequential files in COBOL |
Prayank,
I don't know what is the requirement but it's weird that you want to read a sequential file again after reading it once already. As it seems from your statement that tou are opeining the f ... |
Topic: MOVE |
sp_shukla
Replies: 2
Views: 1727
|
Forum: Application Programming Posted: Mon May 12, 2003 7:40 pm Subject: MOVE |
are you sure that you are getting the SOC4 because of this move? I was under the impression that you will get a SOC7 for a data exception!!!!
Are you initiliazing your COMP-3 variable??(still if yo ... |
Topic: Differences between Vscobol I and VscobolII |
sp_shukla
Replies: 3
Views: 2287
|
Forum: Application Programming Posted: Wed Apr 30, 2003 7:41 pm Subject: Differences between Vscobol I and VscobolII |
Arv,
I am curious to know where have you come across VSCOBOL1.
And what would you do by knowing the difference!!! Are you into some conversion typo????
SP |
Topic: Cobol Questions by Mcmillan |
sp_shukla
Replies: 59
Views: 38194
|
Forum: Application Programming Posted: Wed Apr 30, 2003 7:36 pm Subject: Cobol Questions by Mcmillan |
mcmillan,
You are scaring us !!!!
by the way do let us know about the result of your exam.
SP |
Topic: What is Macro Language? |
sp_shukla
Replies: 9
Views: 5021
|
Forum: TSO and ISPF Posted: Wed Apr 30, 2003 7:31 pm Subject: What is Macro Language? |
I don't know what is a "Macro langauge" but what I learnt in college is "Macro is a program which that simplifies or automates the operation of other program." As semigezzer has already stated this.
... |
Topic: Insufficient Storage |
sp_shukla
Replies: 6
Views: 6539
|
Forum: TSO and ISPF Posted: Thu Apr 10, 2003 8:56 am Subject: Insufficient Storage |
Jai,
If you could have read my message a bit more carefully than you would have noticed that I am not saying to tell 'ME' the results but to tell "US" the results. I have read one of your post in " ... |
Topic: Insufficient Storage |
sp_shukla
Replies: 6
Views: 6539
|
Forum: TSO and ISPF Posted: Wed Apr 09, 2003 11:07 am Subject: Insufficient Storage |
Jai,
If you have opened many screens, close them and try to run the JCL again. If it doesn't work than include REGION=0M in your jobstep.
BTW, It will do no harm if you could tell us the finding ... |
|