IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to implement this logic


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
diwakar_rao

New User


Joined: 04 Mar 2007
Posts: 14
Location: Chennai

PostPosted: Tue Jul 01, 2008 12:01 am
Reply with quote

Hi,

a)1 Input file as below

Empid Empname Prjcd Skill1 Skill2 Skill3 => field name
====================================
RN0001 AA 10001 COBOL JCL VSAM
RN0002 AB 10002 COBOL VSAM
RN0003 AC 10003 VSAM JCL

b) To write a pgm to create 3 Output files as follows

Output File 1 => for COBOL skillset

Empid Empname Prjcd Skills
==========================
RN0001 AA 10001 COBOL
RN0002 AB 10002 COBOL

Output File 2 => for JCL skillset

Empid Empname Prjcd Skills
==========================
RN0001 AA 10001 JCL
RN0002 AB 10002 JCL
RN0003 AC 10003 JCL

Output file 3 => for VSAM skillset

Empid Empname Prjcd Skills
==========================
RN0001 AA 10001 VSAM
RN0002 AB 10002 VSAM

Pls let me know the logic to implement to create the above output files ?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Jul 01, 2008 12:20 am
Reply with quote

Hello,

Do not double post.

You repeated The Errors from your duplicate post here. The output follows no rules. . . It does not match the input.

The logic is to open the input file and the output files, then write the appropriate records into the output files.

You need to write some code and then post back here when there are questions/problems rather than ask the forum do your work for you.
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Tue Jul 01, 2008 12:30 am
Reply with quote

Am I dreaming?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Jul 01, 2008 12:31 pm
Reply with quote

only if you think companies will stop outsourcing.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Jul 02, 2008 12:56 pm
Reply with quote

dbzTHEdinosauer wrote:
only if you think companies will stop outsourcing.
There are some guys working very hard to meet Your expectations Dick...

Mercy.. icon_smile.gif
Back to top
View user's profile Send private message
Antonio Barata
Warnings : 1

New User


Joined: 04 Apr 2007
Posts: 37
Location: Lisbon, Portugal

PostPosted: Wed Jul 02, 2008 1:50 pm
Reply with quote

Anuj D. wrote:
There are some guys working very hard to meet Your expectations Dick...

Mercy.. icon_smile.gif


I think you're right. But there are also some guys trying to make others work for them.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Finding faulty logic Subscript out of... COBOL Programming 5
This topic is locked: you cannot edit posts or make replies. Need assistance in job scheduling logic. Mainframe Interview Questions 2
No new posts Rexx Logic error while adding seperat... CLIST & REXX 3
No new posts PL/1 Callback address logic in z/OS C... PL/I & Assembler 1
No new posts Sync logic between VSAM files and DB2... COBOL Programming 9
Search our Forums:

Back to Top