Author |
Message |
Topic: Job Access Problem with RACF-ID |
avid_lrner
Replies: 4
Views: 2408
|
Forum: TSO and ISPF Posted: Mon Sep 12, 2005 8:10 am Subject: Job Access Problem with RACF-ID |
Hey Folks,
When i submit a job using my RACF-ID, only I have the access to the job in SPOOL. It cannot be viewed by anyone else, until I put the job in SAR.
... |
Topic: Submitting a JCL thru Cobol |
avid_lrner
Replies: 16
Views: 13186
|
Forum: Application Programming Posted: Fri Jun 17, 2005 7:05 am Subject: Submitting a JCL thru Cobol |
Hi semigeezer,
Noted your reply and will make sure to use the right terminology.
Thanks for the correction.
regards,
avid_lrner. |
Topic: formatting characters |
avid_lrner
Replies: 2
Views: 1856
|
Forum: Application Programming Posted: Fri Jun 17, 2005 5:58 am Subject: formatting characters |
Sorry for the awful indentation.
posted the query in a hurry.
regards,
avid_lrner. |
Topic: formatting characters |
avid_lrner
Replies: 2
Views: 1856
|
Forum: Application Programming Posted: Fri Jun 17, 2005 5:44 am Subject: formatting characters |
Hi all,
Following is my input file:
F1 F2 F3 F4 F5
------------- --- --- --- --------
AAAAAAAAAA 99 111 222 20030405
BBBBBBBBBB 99 ... |
Topic: Submitting a JCL thru Cobol |
avid_lrner
Replies: 16
Views: 13186
|
Forum: Application Programming Posted: Wed Jun 15, 2005 11:58 pm Subject: Submitting a JCL thru Cobol |
Kolusu,
Sorry Sir... won't get onto your nerves again!!!
Thanks for those prompt solutions.
It works fine now!!!
regards,
avid_lrner. |
Topic: Submitting a JCL thru Cobol |
avid_lrner
Replies: 16
Views: 13186
|
Forum: Application Programming Posted: Wed Jun 15, 2005 6:33 am Subject: Submitting a JCL thru Cobol |
Hi,
Initially, I did code the accounting information in Single quotes.
DISPLAY '//SUBJCL JOB (aaaa,bbb),'TEST JOB','.
But the program wouldn't compile...it treats th ... |
Topic: Select Statement Error in SYNCTOOL |
avid_lrner
Replies: 2
Views: 3855
|
Forum: Utilities Posted: Wed Jun 15, 2005 6:17 am Subject: SYNCTOOL related query |
Kolusu,
The CODE works fine.
Thanks for your timely guidance.
regards,
avid_lrner. |
Topic: Submitting a JCL thru Cobol |
avid_lrner
Replies: 16
Views: 13186
|
Forum: Application Programming Posted: Wed Jun 15, 2005 6:05 am Subject: Submitting a JCL thru Cobol |
sorry...
here are the error messages:
IEFC620I UNIDENTIFIABLE CHARACTER " ON THE JOB STATEMENT
IEFC605I UNIDENTIFIED OPERATION FIELD
I guess, it's not taking the " ... |
Topic: Submitting a JCL thru Cobol |
avid_lrner
Replies: 16
Views: 13186
|
Forum: Application Programming Posted: Wed Jun 15, 2005 5:57 am Subject: Submitting a JCL thru Cobol |
Changed "//DDMYJOB" to "//SYSOUT"
But still, the file (as per the JCL code in the COBOL program)
-> ppp.qqq.rrr didn't get deleted.
any insights??? |
Topic: Submitting a JCL thru Cobol |
avid_lrner
Replies: 16
Views: 13186
|
Forum: Application Programming Posted: Wed Jun 15, 2005 2:12 am Subject: Submitting a JCL thru Cobol |
Sorry for the delayed response.
Here's the Code:
DATA DIVISION.
WORKING-STORAGE SECTION.
01 WS-VAR ... |
Topic: Select Statement Error in SYNCTOOL |
avid_lrner
Replies: 2
Views: 3855
|
Forum: Utilities Posted: Wed Jun 15, 2005 1:57 am Subject: Select Statement Error in SYNCTOOL |
Hi,
Trying to fetch all the duplicates in a file into a single file.
Tried the following code:
//STEP01 EXEC PGM=SYNCTOOL
//TOOLMSG DD ... |
Topic: Submitting a JCL thru Cobol |
avid_lrner
Replies: 16
Views: 13186
|
Forum: Application Programming Posted: Fri Jun 10, 2005 6:08 am Subject: Submitting a JCL thru Cobol |
Hi,
Thanks for correcting the error.
But, after rectifiying the mistake, i tried to run the program....
The jcl code is not being executed...
suggestio ... |
Topic: Submitting a JCL thru Cobol |
avid_lrner
Replies: 16
Views: 13186
|
Forum: Application Programming Posted: Thu Jun 09, 2005 6:03 am Subject: Submitting a JCL thru Cobol |
Sorry....in a hurry, i posted the query in the wrong Index. |
Topic: Submitting a JCL thru Cobol |
avid_lrner
Replies: 16
Views: 13186
|
Forum: Application Programming Posted: Thu Jun 09, 2005 6:01 am Subject: Submitting a JCL thru Cobol |
Hi,
Have to submit a JCL thru a Cobol program.
Following is the RUNJCL:
//RUNCOB JOB (DFWFD,TST),'COPY',CLASS=S,
// MSGCLASS=T,NOTIFY=& ... |
Topic: summarizing values in a file |
avid_lrner
Replies: 3
Views: 1949
|
Forum: Utilities Posted: Thu Jun 09, 2005 2:13 am Subject: summarizing values in a file |
Hey Folks,
Thank you Kolusu and Frank!!!
Your solutions worked perfectly!
Frank, we don't have the Dec, 2004 DFSORT PTF in our shop.
... |
|