IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Mainframe File-Aid Assistance


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chhabraravneet

New User


Joined: 04 Oct 2007
Posts: 49
Location: Mumbai

PostPosted: Fri May 08, 2015 10:24 pm
Reply with quote

Hi,

I am viewing few newly added variables in a PS dataset via file-aid mapping it to my copybook, but i could NOT see the new variables. I think in my occurs clause it got suppressed..not sure if i made some error while declaring them:
need some assistance on how to view it:

File-Aid View:
Code:
 5 CLS2-SERVICE-5-LINE OCCURS 0 TO 48 TIMES  DEPENDING ON CLS2-NUM-SERV-5   
                                50/GRP  * NO OCCURRENCES *                 
 5 CLS2-SERVICE-6-LINE OCCURS 0 TO 48 TIMES  DEPENDING ON CLS2-NUM-SERV-6   
                                50/GRP  * NO OCCURRENCES *             


This is my copybook member declaration that i made:
Code:
    05 CLS2-SERVICE-5-LINE                OCCURS 0 TO 48       
        DEPENDING ON CLS2-NUM-SERV-5                           
                       IN CLS2-SRC-REC.                         
      09  CLS2-SERVICE-OCCURRENCE-5.                           
      10  CLS2-MED-SANP-PD-RATE-TYP          PIC X(30).         
      10  CLS2-MED-SANP-PD-USAGE             PIC X(02).         
      10  CLS2-MED-SANP-CL-EXCLUDED          PIC X(01).         
      10  CLS2-MED-SANP-CL-GRP-CHG           PIC S9(9)V99 COMP.
      10  CLS2-MED-SANP-CL-MAX-UNITS         PIC S9(4) COMP     
      10  CLS2-MED-SANP-CL-APC-NUM           PIC S9(5) COMP     


i am not able to view any variables under CLS2-SERVICE-OCCURRENCE-5 when i look in file-aid...

Code'd
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri May 08, 2015 10:41 pm
Reply with quote

Did you change the value of CLS2-NUM-SERV-5? If not, it will continue to look like there is nothing there.
Back to top
View user's profile Send private message
chhabraravneet

New User


Joined: 04 Oct 2007
Posts: 49
Location: Mumbai

PostPosted: Sat May 09, 2015 1:40 am
Reply with quote

Yes.. got it..looked at the value of NUM-SERV-5, it was '0'.
My bad.. Thanks a lot..
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Sat May 09, 2015 3:28 pm
Reply with quote

File-Aid question - not TSO/ISPF. Moved.
In future, and you have been here long enough to know this, please use the code tags as well as post in the correct part of the forum.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
Search our Forums:

Back to Top