Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


There are a set of 10 files and a customer will be
selecting random no of files(i.e they may be more than 2,
may not be in the order).Sometimes he might just select
one file or sometimes no files at all.How do you code a JCL
for this? Is it possible to code just JCL alone for this
problem?

Answers were Sorted based on User's Feedback



There are a set of 10 files and a customer will be selecting random no of files(i.e they may be mo..

Answer / yogendra shinde

Hi,
I don't know the exact answer to this query.
But I have following approach.

Suppose I have a cobol pgm (say) PGM123 that is picking up
files randomly. (We definately need 1 application pgm to
process any of those 10 files randomly. This is my basic
assumption)
I will code a PARM or SYSIN DD * where in my customer can
change order of selection of files .

Say if customer enters PARM as ABCD in order then I will
move this PARM ABCD in a working storage variable in COBOL
PGM and will read each byte A (assign to process file-1)
if second byte is B then process file-2 of third byte is C
then process file-3 and so on. If the cutomer changes this
parm as EDA then files processed will be file-5 then file-4
then file-1.

If any body has different approach pls let me know.

Is This Answer Correct ?    7 Yes 1 No

There are a set of 10 files and a customer will be selecting random no of files(i.e they may be mo..

Answer / tony prabu

First of all you can not just do this by jCL alone you
definitely need a application program like COBOL to do this.

Then depending upon the selection using sysin we can select
the file usin the EWVALUATE verb etc.

Is This Answer Correct ?    2 Yes 0 No

There are a set of 10 files and a customer will be selecting random no of files(i.e they may be mo..

Answer / piyush mani

obsly file will b either in form of ps or pds so we can
accept the input of user dynamically(sysin/parm) as a ws variable
like this
//sysin *
4
1
5
6
7
/*
//
here 4 is the no of record we r selecting and cobol progr will run the logic of file-open para 4 times
and then we can open the file
as per d user requirement...


this is a cobol approach but how 2 do it by using jcl
plz any1 tell me...

Is This Answer Correct ?    1 Yes 0 No

There are a set of 10 files and a customer will be selecting random no of files(i.e they may be mo..

Answer / anshuman

You can also do that through the use of external sort in jcl

Is This Answer Correct ?    0 Yes 0 No

There are a set of 10 files and a customer will be selecting random no of files(i.e they may be mo..

Answer / pradeep

Anshuman,

Could you please provide us with some example so that we
can have a clarity on this.

Is This Answer Correct ?    0 Yes 0 No

There are a set of 10 files and a customer will be selecting random no of files(i.e they may be mo..

Answer / sunil

really it,s tough to give an ans of this que.would u plz
suggest the actual ans of thi

Is This Answer Correct ?    0 Yes 0 No

There are a set of 10 files and a customer will be selecting random no of files(i.e they may be mo..

Answer / bella

if you giving user an option to select u should create CICS
programs with prim screan for selection of any numbers of
files. Or none (exit)

Is This Answer Correct ?    0 Yes 0 No

There are a set of 10 files and a customer will be selecting random no of files(i.e they may be mo..

Answer / shridhar

Depending on option it is easy. relate every entry in cics
to a no or alphabet. This use as evaluate in cobol.

as per options create a JCL in cobol an submit it to intrdr
for further process.

Your option on CICS screen and file names relating to those
options should/will be matching.

Is This Answer Correct ?    0 Yes 0 No

There are a set of 10 files and a customer will be selecting random no of files(i.e they may be mo..

Answer / ajay tyagi

Question is not so easy. first of all we need to understand
customer requirement. actually what does he want to do with
files?
once we have clear view then we can suggest some solution
for that.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?

4 Answers   IBM,


what r the types of job control statements?

2 Answers  


when GDG version number get changed ? bcz always Generations only increasing.

1 Answers   Cap Gemini,


Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?

8 Answers  


01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

1 Answers  


How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.

3 Answers  


If Region=0k means What Happen?

2 Answers   IBM,


how to compare two datasets without using superce because output is limited to 133 bytes

0 Answers  


How is a type of file defined in the jcl that executes the cobol program?

0 Answers  


Can we create VSAM file by using IEBGENER?

4 Answers   Principal Finance,


How to use COND Parameter in jcl

4 Answers   NIIT, Wipro,


List in order the hierarchical levels of jcl?

0 Answers  


Categories