Search found 4 matches

by Shashank Gite
Tue Jun 16, 2009 5:15 pm
Forum: COBOL
Topic: Hi plz help me out
Replies: 7
Views: 40575

Hi,

I don't think it will work, it will definetly give error "File not closed" during run time.
by Shashank Gite
Tue Jun 16, 2009 4:56 pm
Forum: JCL
Topic: How to concatenate records from two ps into one ps?
Replies: 28
Views: 60028

I don't think you can do it using only jcl utilities or sort. You will have to write a small application program because you are merging two saparate records from different files into a single record.
If you find such solution than please let me know at my mail
Shashank.Gite@Steria.co.in
by Shashank Gite
Tue Jun 16, 2009 4:49 pm
Forum: COBOL
Topic: EJECT Verb in COBOL
Replies: 6
Views: 19165

Absolutely correct I agree with you Natarajan.
by Shashank Gite
Tue Jun 16, 2009 4:29 pm
Forum: JCL
Topic: why use INSTREAM procedure
Replies: 2
Views: 7614

Hi, INSTREAM procedure is a set of DD and EXEC statements which can be referred more than once in the same JCL. NOTE: INSTREAM procedure must be defined starting with PROC statement and ending with PEND statement before using it in the EXEC statement. It is better to define it at the begining of the...