Thanks for your response! Yeah, I guess I meant "tricky" relative to other datasets that I easily changed to a discrete axis for. I am trying to automate in SAS a graph produced by my organization. I basically have a dataset with a value for every month since, say, Jan 2000 until Dec 2017. I want my x axis values to be every 6 months starting with a month I choose, e.g. Feb-01 Aug-01 Feb-02 Aug-02 etc, with a line marker for every month's observation, not just Feb and Aug. I was able to establish this with the time type x-axis statement above after some trial and error (I am new to graphing in SAS hence it was tricky) but it doesn't give me the Mon-YY formatting I want. I can get the Mon-YY formatting I want if I drop all but Feb and Aug observations from my dataset, apply the user-defined format, and then plot discretely. But then I will lose the line-markers for non-Feb/Aug months. It's not such a big deal, but since I'm trying to replicate exactly what the organization already does and since it seems like it should be doable, I want to see if I can get both Mon-YY formatting as well as markers for every month (mutually exclusive in my trials so far). But again, not a big deal if it's not possible. Sample data would just be one record for every month from, say, Jan 2000 until Dec 2017, where month is formatted as date9 and value can be anything. I'm trying to be cautious about what I share or else I would put something here. Thanks very much!
... View more