Author |
Message |
Topic: PIC --8(9) |
csprakash
Replies: 2
Views: 1529
|
Forum: Application Programming Posted: Mon Oct 16, 2006 4:20 am Subject: PIC --8(9) |
ID DIVISION.
PROGRAM-ID. DYNAMDEL.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
77 ERR-CODE PIC --(8)9.
77 TEMP-CITY PIC X(15).
01 SQL-TEXT.
49 SQL-TEXT-LEN PI ... |
Topic: How to view who are all accessing the PS/PDS |
csprakash
Replies: 4
Views: 2105
|
Forum: TSO and ISPF Posted: Thu Oct 12, 2006 3:08 am Subject: How to view who are all accessing the PS/PDS |
thanks
shekar
it works fine. |
Topic: How to view who are all accessing the PS/PDS |
csprakash
Replies: 4
Views: 2105
|
Forum: TSO and ISPF Posted: Thu Oct 12, 2006 1:33 am Subject: How to view who are all accessing the PS/PDS |
when i try to edit it says meme already open and it is opened by someone
I need to find the user when press PF1 twice id displays only help
Help for Help ... |
Topic: How to view who are all accessing the PS/PDS |
csprakash
Replies: 4
Views: 2105
|
Forum: TSO and ISPF Posted: Thu Oct 12, 2006 1:02 am Subject: How to view who are all accessing the PS/PDS |
Is there any TSO command to find who are all accessing the particular PS /PDS
or
Is it possible thru any other ways. |
Topic: How input is read from SYSIN and assigned to Variable |
csprakash
Replies: 4
Views: 3761
|
Forum: Application Programming Posted: Mon Oct 02, 2006 10:57 pm Subject: How input is read from SYSIN and assigned to Variable |
so the same procedure(move) is used to read from sysin. |
Topic: How input is read from SYSIN and assigned to Variable |
csprakash
Replies: 4
Views: 3761
|
Forum: Application Programming Posted: Thu Sep 28, 2006 3:55 am Subject: How input is read from SYSIN and assigned to Variable |
shekar,
i cant get u ie.,
when it read from 1st col it assigns to the variables starting memory location to the end. (byte by byte)
ie., ACCPET simply read a record (a line) and assigns to the g ... |
Topic: How input is read from SYSIN and assigned to Variable |
csprakash
Replies: 4
Views: 3761
|
Forum: Application Programming Posted: Thu Sep 28, 2006 2:49 am Subject: How input is read from SYSIN and assigned to Variable |
hai all,
01 AA PIC 9999.
01 BB PIC XXXX.
when i gave input to these variables how it will read and places into the variable ie., in memory
in input is
//SYSIN DD *
78
abc
/*
i got b ... |
Topic: How to find users quota limit. |
csprakash
Replies: 2
Views: 1466
|
Forum: TSO and ISPF Posted: Wed Sep 27, 2006 12:21 am Subject: How to find users quota limit. |
for DASD (ie., PS,PDs,VSAM,... ) |
Topic: How to find users quota limit. |
csprakash
Replies: 2
Views: 1466
|
Forum: TSO and ISPF Posted: Tue Sep 26, 2006 4:47 am Subject: How to find users quota limit. |
Is there any TSO coomand thru which we can see how much space is allocated for a user.
or can it be done thru JCL. |
|