Author |
Message |
Topic: Sort card to conver X(11) field to Comp-5 |
jajularamesh
Replies: 1
Views: 1468
|
Forum: Job Control Language(JCL) Posted: Thu Jan 17, 2008 12:12 pm Subject: Sort card to conver X(11) field to Comp-5 |
Can any one please provide me a sort card wich convers x(11) display variable to correspond comp-5 value. |
Topic: Handling data on tapes |
jajularamesh
Replies: 4
Views: 2057
|
Forum: Job Control Language(JCL) Posted: Wed Aug 22, 2007 11:13 am Subject: Handling data on tapes |
Hi dbzTHEdinosauer,
Block size is 10 times of the lrecl of the tape file.
file is of variable block.
Program will copy current day data as it is and now read each record from consolidated back ... |
Topic: Handling data on tapes |
jajularamesh
Replies: 4
Views: 2057
|
Forum: Job Control Language(JCL) Posted: Wed Aug 22, 2007 10:53 am Subject: Handling data on tapes |
Hi
we created jobs which will create intial loads.As the data is huge so each day is on tape.we need to omit the duplicate account id based on specfic condtion for that we have a program.
Input ... |
Topic: Joining VB files |
jajularamesh
Replies: 2
Views: 4188
|
Forum: Job Control Language(JCL) Posted: Mon Aug 20, 2007 5:45 pm Subject: Joining VB files |
Thanks a lot kolusu |
Topic: Joining VB files |
jajularamesh
Replies: 2
Views: 4188
|
Forum: Job Control Language(JCL) Posted: Mon Aug 20, 2007 2:52 pm Subject: Joining VB files |
Hi ,
Can any one help how to join to VB files and get the final file as a vb file.I used the code below but i am getting FB file(i know i will be getting FB file is there any way to get a VB file). ... |
Topic: Submitting a Job from another Job |
jajularamesh
Replies: 5
Views: 2468
|
Forum: Job Control Language(JCL) Posted: Thu Jul 19, 2007 4:05 am Subject: Submitting a Job from another Job |
Hi Haran,
we have Internal readers using which a job can be submitted from another job.
Search the forum with the topic Internal readers there are no of examples.
Regards,
Venkata Apparao J ... |
Topic: How to define more than one columns in primary key for VSAM. |
jajularamesh
Replies: 5
Views: 5221
|
Forum: Data Management Posted: Thu Jul 19, 2007 1:16 am Subject: How to define more than one columns in primary key for VSAM. |
Hi vijaylaxmisg,
Change/Reformat the layout file so that the key fields are continous and then define it as a key
Regards,
Venkata Apparao Jajula |
Topic: Tape to disk copy |
jajularamesh
Replies: 9
Views: 17777
|
Forum: Job Control Language(JCL) Posted: Tue Jul 17, 2007 8:00 am Subject: Tape to disk copy |
Thanks All
The suggestions/solutions given are really helpful
Regards,
Venkata Apparao Jajula(Ramesh) |
Topic: Tape to disk copy |
jajularamesh
Replies: 9
Views: 17777
|
Forum: Job Control Language(JCL) Posted: Tue Jul 17, 2007 2:19 am Subject: Tape to disk copy |
Actullay i am using the same jcl but i am getting a space abend SD37
I increased the space & tried to run but still i am getting the same.
Currently i allocated space in cylenders primary - ... |
Topic: Tape to disk copy |
jajularamesh
Replies: 9
Views: 17777
|
Forum: Job Control Language(JCL) Posted: Tue Jul 17, 2007 1:24 am Subject: Tape to disk copy |
Hi,
I have to copy a tape dataset to a disk.Please let me know how this can be done.
I have searched the forum but i am no able to find anything related to this
Regards,
Venkata Apparao Jaju ... |
Topic: Dynamically creating files |
jajularamesh
Replies: 1
Views: 1377
|
Forum: Application Programming Posted: Mon Jul 16, 2007 11:52 pm Subject: Dynamically creating files |
Hi
My requirement is to dynamically create a file based on the customer.Can anyone please let me know how this can be done.
In the Previous company i worked there we used to have utility called ... |
Topic: What is index?What are the advantages over subscript? |
jajularamesh
Replies: 3
Views: 2841
|
Forum: Application Programming Posted: Mon Jul 09, 2007 7:34 am Subject: What is index?What are the advantages over subscript? |
Hi Shanks,
Indexes are like register variables in C.Register variables uses Registers for storage which are accessble very fast.
So in other languages especially for looping Register/ Indexed va ... |
Topic: Problem with gdg |
jajularamesh
Replies: 8
Views: 4680
|
Forum: Job Control Language(JCL) Posted: Wed Jul 04, 2007 8:57 am Subject: Problem with gdg |
Kolusu actually my requirement is not a simple sort.so i am using ICETOOL.
while i was testing i found that a new GDG version getting created but i was expecting that a new version will be created ... |
Topic: Problem with gdg |
jajularamesh
Replies: 8
Views: 4680
|
Forum: Job Control Language(JCL) Posted: Wed Jul 04, 2007 7:43 am Subject: Problem with gdg |
Thanks dbzTHEdinosauer. |
Topic: Problem with gdg |
jajularamesh
Replies: 8
Views: 4680
|
Forum: Job Control Language(JCL) Posted: Wed Jul 04, 2007 6:09 am Subject: Problem with gdg |
Actually job is getting abended but still new GDG version getting created which is empty
Is there any option which enable us not to create new GDG version when job get abended (When we are using ICET ... |
|