Search found 15 matches

by deepu
Wed Aug 25, 2010 12:13 pm
Forum: JCL INTERVIEW QUESTIONS
Topic: How to run only 2 steps out of 100 steps???
Replies: 28
Views: 55229

How to run only 2 steps out of 100 steps???

Hi,

I have 100 steps in a jcl...And my requirement is ...

1) I need to run only step4 and step5
2) I should not edit the jcl
3) I can use job card to fulfil this requirement.

Can anyone through some light on it....

Thanks,
Deepu
by deepu
Mon Aug 16, 2010 6:47 pm
Forum: JCL
Topic: HotKey to directly access a file
Replies: 15
Views: 26173

HI, I am exactly not sure what you are looking for but try this...may help you.. Assign PDFDSN E to any of the function key from your starting mainframe screen, you can get that screen by typing KEYS on first screen after your login. Once you assign the PF key it will directly take you to the edit m...
by deepu
Wed Nov 04, 2009 5:19 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Convert a file from VBA to FB
Replies: 2
Views: 6132

Convert a file from VBA to FB

Hi,

Can someone let me know how to convert a VBA file to a FB file?
Assume the length of VBA file is 133.

Thanks in Advance,
Deepu.
by deepu
Wed Jun 17, 2009 4:13 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: How to sort an input file with a space
Replies: 3
Views: 4998

Thanks a bunch guys..it's working fine.... :wink:
by deepu
Tue Jun 16, 2009 3:40 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: How to sort an input file with a space
Replies: 3
Views: 4998

How to sort an input file with a space

Hi, My input is having 3 records say.. 12345 1425 56478 . . . . so on.. Now the requirement is.. i will be checking for the 5th character in my input file.. If it is not a space than it should be written to the output as it is in the same order If it is a space than the 3rd character in my output sh...
by deepu
Wed Apr 29, 2009 11:44 am
Forum: JCL
Topic: Need a solution for SOC4 abend..
Replies: 3
Views: 10817

Need a solution for SOC4 abend..

Hi,

I am facing a SOC4 abend for one of my job...it was running fine in my test region but while i try to run in production it's giving SOC4..

Can some body enlighten me how to resolve a SOC4 abend???

Thanks in Advance,
Deepu.
by deepu
Tue Apr 28, 2009 5:32 pm
Forum: JCL
Topic: History of the changes to PDS Member
Replies: 4
Views: 7191

There is an option where you can check all the backup for a PDS.. 1. from START screen enter 6. 2. Give RESTREQ..u will get a screen which saya RESTORE FACILITY.hit enter 3. it asks for PLEASE ENTER Y IF YOU WANT TO RESTORE MULTIPLE FILES IN ONE JOB ===> just hit enter 4. now it asks for PLEASE ENTE...
by deepu
Tue Apr 28, 2009 5:21 pm
Forum: JCL
Topic: DISK and TAPE files information
Replies: 2
Views: 7676

DISK and TAPE files information

Hi, For a tape file if we give TAPEINFO..it will show all the information like created date,created from which job,user,LRECL,etc.,.. Can we get all the information for a disk file especially who created the job and from which job it's got created...is there any option/command to get that info for a...
by deepu
Tue Apr 28, 2009 4:00 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Can we generate a report using sort???
Replies: 2
Views: 5913

Can we generate a report using sort???

Hi, My output file have some 100 records...let's assume the file contains student details... Example: SURESH 95 85 75 40 KUMAR XXXSCHOOL XXXCITY.... RAMESH 95 85 75 40 KUMAR XXXSCHOOL XXXCITY.... . . . .i want to insert/put headers(headings) for each field...like NAME ENGLISH MATHS COMMERCE LASTNAME...
by deepu
Tue Apr 28, 2009 3:26 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Req:compare 2 files and write it to match and nomatch
Replies: 9
Views: 23147

It's working..:-)...Thank you for the clarifiation....
by deepu
Tue Apr 28, 2009 12:18 pm
Forum: JCL
Topic: maxcc=1
Replies: 5
Views: 16979

Hi,

In my case i got maxcc = 1, it's moved in the program to RC when the bypass record count is 0....so it's a RC that was set explicitly in the program.....which is a valid one.....
by deepu
Tue Apr 28, 2009 11:58 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Req:compare 2 files and write it to match and nomatch
Replies: 9
Views: 23147

SUM FIELDS = NONE is not working to remove dups...my SYSIN is... //SYSIN DD * JOINKEYS FILES=F1,FIELDS=(43,7,A) JOINKEYS FILES=F2,FIELDS=(43,7,A) REFORMAT FIELDS=(F1:1,5,43,7,F2:58,4) SORT FIELDS=COPY SUM FIELDS=NONE /* it's not eliminating the DUPS.....and one more is to write the un matched record...
by deepu
Mon Apr 27, 2009 5:28 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Req:compare 2 files and write it to match and nomatch
Replies: 9
Views: 23147

Great!!!!!...it works...thanks a lot.. :wink: ...

Now if i want to eliminate the dups...what was the option??

It's very helpful and intresting to learn about SORT!!! magic... :)
by deepu
Mon Apr 27, 2009 4:53 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Req:compare 2 files and write it to match and nomatch
Replies: 9
Views: 23147

Thank you very much for the quck reply Natarajan... Is it possible for you to elaborate your concept a bit...can you plz explain.. //SORTJNF1 DD * 1234567sdfsadfasdf 1244567 adsfsafasd 1254567asfdsadad //SORTJNF2 DD * 1234567wewreeter 1254576werwerewr 1265567werwrewrwerw what the above statements wi...
by deepu
Mon Apr 27, 2009 11:14 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Req:compare 2 files and write it to match and nomatch
Replies: 9
Views: 23147

Req:compare 2 files and write it to match and nomatch

Hi, Here is my requirement.... I have 2 input files of 5200 length. A 7 byte key is used to compare both the files, if there is a match than it needs to be written to match file but while writing to match file i need few fields from infile1 and all other fields from infile2. If there is no match tha...