Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to implement this logic in PL/1 using files

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
diwakar_rao

New User


Joined: 04 Mar 2007
Posts: 7
Location: Chennai

PostPosted: Mon Jun 30, 2008 11:59 pm    Post subject: How to implement this logic in PL/1 using files
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
References
PostPosted: Mon Jun 30, 2008 11:59 pm    Post subject: Re: How to implement this logic in PL/1 using files Reply with quote

dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 7471
Location: 221 B Baker St

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

Hello,

Quote:
Pls let me know the logic to implement to create the above output files ?
It will probably not be possible. . . Your posted output does not follow rules and without them, there can't be any code. . . 2 of the 3 "sets" of output appear to be incorrect. . .

Do not double-post. This topic is locked. . .

d
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1