Author |
Message |
Topic: DEBUG statement that will show all paragraphs? |
wolves
Replies: 2
Views: 1664
|
Forum: Application Programming Posted: Wed Sep 29, 2004 8:32 am Subject: DEBUG statement that will show all paragraphs? |
Before moving to mainframe environment, I used to DEBUG in UNIX environment, and there was a statement that I would compile with, and put at the top of the each program I wanted to DEBUG and see which ... |
Topic: JCL Error, DATA SET NOT FOUND, don't know why |
wolves
Replies: 8
Views: 9243
|
Forum: Job Control Language(JCL) Posted: Thu Sep 23, 2004 11:24 am Subject: JCL Error, DATA SET NOT FOUND, don't know why |
Got it to work Thanks all.
I did have to use the MODEL. |
Topic: JCL Error, DATA SET NOT FOUND, don't know why |
wolves
Replies: 8
Views: 9243
|
Forum: Job Control Language(JCL) Posted: Thu Sep 23, 2004 10:11 am Subject: JCL Error, DATA SET NOT FOUND, don't know why |
Here is the JCL:
//*-------------------------------------------------------------------*
//STEP01 EXEC PGM=FORMAT,COND=(0,NE)
//SYSABOUT DD SYSOUT=*
//SYSDBOUT DD SYSOUT=*
//SYSU ... |
Topic: change upper case to lower case in jcl? |
wolves
Replies: 2
Views: 5411
|
Forum: Job Control Language(JCL) Posted: Thu Jul 29, 2004 9:07 am Subject: change upper case to lower case in jcl? |
Thanks Mike. That did it. |
Topic: change upper case to lower case in jcl? |
wolves
Replies: 2
Views: 5411
|
Forum: Job Control Language(JCL) Posted: Thu Jul 29, 2004 9:01 am Subject: change upper case to lower case in jcl? |
Every time I save my JCL, it changes my lower case letters to upper case. In this case, I wrote a job to ftp to another machine, and the password is case sensitive, must be lower case. Can I make my ... |
Topic: Count records while in view/browse mode in 3.4 |
wolves
Replies: 10
Views: 4829
|
Forum: TSO and ISPF Posted: Fri Jun 25, 2004 9:44 am Subject: Count records while in view/browse mode in 3.4 |
While in 3.4, I am looking at a very large file with over 1M records. Instead of just going to the bottom to see how many records I have, it takes awhile, is there a command to count how many records ... |
Topic: Problem delimiting output file |
wolves
Replies: 1
Views: 1556
|
Forum: Application Programming Posted: Wed Jun 23, 2004 9:43 am Subject: Problem delimiting output file |
Found the problem. I have values in my FD, which I should have known better. I will have my outrec in a copybook instead and that should work. |
Topic: Problem delimiting output file |
wolves
Replies: 1
Views: 1556
|
Forum: Application Programming Posted: Wed Jun 23, 2004 9:24 am Subject: Problem delimiting output file |
I am trying to put a delimiter on a output file. My FILLER '~' will not print. Looks like low values or an nonprint character on my output file. It prints a '.' instead.
Any ideas?
thx in advance ... |
Topic: Search in datasets |
wolves
Replies: 7
Views: 3471
|
Forum: TSO and ISPF Posted: Mon Jun 21, 2004 2:21 pm Subject: Search in datasets |
I got the search in 3.14 to work.
Thanks again. |
Topic: Search in datasets |
wolves
Replies: 7
Views: 3471
|
Forum: TSO and ISPF Posted: Mon Jun 21, 2004 1:43 pm Subject: Search in datasets |
I got the search in 3.14 to work.
Thanks again. |
Topic: Search in datasets |
wolves
Replies: 7
Views: 3471
|
Forum: TSO and ISPF Posted: Mon Jun 21, 2004 1:39 pm Subject: Search in datasets |
I got the search in 3.14 to work.
Thanks again. |
Topic: Search in datasets |
wolves
Replies: 7
Views: 3471
|
Forum: TSO and ISPF Posted: Mon Jun 21, 2004 1:28 pm Subject: Search in datasets |
Still having trouble. In 3.14, I have the following:
Search String . .................COMPILE
Other Partitioned, Sequential or VSAM Data Set:
Data Set Name . . .'AAAA.GGGG.FFF2.SOURCE'
... |
Topic: Search in datasets |
wolves
Replies: 7
Views: 3471
|
Forum: TSO and ISPF Posted: Mon Jun 21, 2004 12:18 pm Subject: Search in datasets |
Still new and fumbling through this. I have compiled my program but seem to have an infile error. I think I copied the wrong copybook. I need to find the correct copybook for my program and I know t ... |
Topic: Remove fields from output. New JCL person |
wolves
Replies: 1
Views: 1866
|
Forum: Utilities Posted: Fri Jun 18, 2004 4:34 pm Subject: Remove fields from output. New JCL person |
I have figured out my JCL, but I do not want to output certain fields from the input DSN to the newly made DSN. How do I do this part.
thx in advance.
//SORTIN DD DSN=JUNK.DATA,DISP=SHR
//S ... |
Topic: moving to alpha field to use low-values? |
wolves
Replies: 4
Views: 2404
|
Forum: Application Programming Posted: Mon Jun 14, 2004 8:53 am Subject: moving to alpha field to use low-values? |
Here is the info: As you can see, even though this is not lined up correctly, but if you would paste it to word or notepad, you will see that THIS-FIELD4 comes out a little messed up, cannot figure ou ... |
|