Author |
Message |
Topic: FTP with a port number in batch job |
v_mvs
Replies: 2
Views: 2226
|
Forum: Other Technical Topics Posted: Fri Dec 03, 2004 7:13 am Subject: FTP with a port number in batch job |
I would like to know how can we give port number in the instream jobcard. For example
//STEP010 EXEC PGM=FTP
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//INPUT DD * ... |
Topic: Clarification in JcL |
v_mvs
Replies: 1
Views: 1393
|
Forum: Job Control Language(JCL) Posted: Mon Sep 20, 2004 4:53 am Subject: Clarification in JcL |
Refer to SAS Macro languages and also:
http://jeff-lab.queensu.ca/stat/sas/sasman/sashtml/macro/z1072359.htm |
Topic: S9(3)V comp-3 'Vs' S9(3) comp-3 |
v_mvs
Replies: 3
Views: 2871
|
Forum: Application Programming Posted: Fri Sep 10, 2004 5:11 am Subject: S9(3)V comp-3 'Vs' S9(3) comp-3 |
Nutcraker,
I tested by moving values to the both variables, but i didnt see any difference in the display. I just wanted to know is there any real significance in such declarations. |
Topic: S9(3)V comp-3 'Vs' S9(3) comp-3 |
v_mvs
Replies: 3
Views: 2871
|
Forum: Application Programming Posted: Fri Sep 10, 2004 1:50 am Subject: S9(3)V comp-3 'Vs' S9(3) comp-3 |
Is
05 W-OUTPUT PIC S9(3)V comp-3.
same as
05 W-OUTPUT PIC S9(3) comp-3. ?
Is there any significance of the first declaration over the second? |
Topic: LE copylibs |
v_mvs
Replies: 3
Views: 3972
|
Forum: Other Technical Topics Posted: Fri Jun 25, 2004 9:49 am Subject: LE copylibs |
Thanks a lot pal |
Topic: LE copylibs |
v_mvs
Replies: 3
Views: 3972
|
Forum: Other Technical Topics Posted: Fri Jun 25, 2004 7:51 am Subject: LE copylibs |
I would like to know whether the location of the copybook CEEIGZCT is shop specific? I tried searching for it in all CEE.* libraries but i m not able to find.
Can somebody throw some light on this ... |
Topic: CA-ACF2 reporting |
v_mvs
Replies: 1
Views: 1827
|
Forum: Other Technical Topics Posted: Thu May 06, 2004 7:06 am Subject: CA-ACF2 reporting |
Hi all,
Using CA-ACF2 is there a way to generate a report which lists for a particular dataset , number of userids having access authority to it and what type of privledge it is (READ/WRITE/EXECUTE ... |
Topic: SVC supervisory calls |
v_mvs
Replies: 4
Views: 3655
|
Forum: Other Technical Topics Posted: Mon Apr 26, 2004 2:14 pm Subject: SVC supervisory calls |
Bill,
Currently in my shop we do COBOL so far, when i came across CALL ABEND in our codes i asked my co-worker who is with the application for years answered me that it is a Supervisory call. So i ... |
Topic: SVC supervisory calls |
v_mvs
Replies: 4
Views: 3655
|
Forum: Other Technical Topics Posted: Fri Apr 23, 2004 6:43 am Subject: SVC supervisory calls |
Kolusu,
I appreciate your inputs. I am able to see only 2 members in SYS1.PARMLIB IEASVC00 and IEASVC99. When i browse both the members they contain the data like:
/* SVC-202-T2-FC00, (AVAILABLE) ... |
Topic: SVC supervisory calls |
v_mvs
Replies: 4
Views: 3655
|
Forum: Other Technical Topics Posted: Fri Apr 23, 2004 2:19 am Subject: SVC supervisory calls |
Hi all,
Can you please tell me a way to find out the list of SVC( supervisory calls) that are active in the environment. Our shop is with OS390V2.7 and about to get upgraded to OS390V2.10. Before t ... |
|