Sarthak

Results 10 comments of Sarthak

hey @zFernand0 That's a nice idea, but should we keep this method in zos-jobs SDK creating a new utility class for the jobs-related works? likewise, we have for [zosfiles SDK](https://github.com/zowe/zowe-cli/blob/master/packages/zosfiles/src/methods/utilities/Utilities.ts).

Although, anyother command doesn't needs this utility as for now, so should we add this now, or wait if we come up with an issue for another one.

Hey This bug has been resolved as in the current version, so I think if nomore changes are required, we can close this issue. Have a look [here](https://github.com/zowe/zowe-cli/blob/e01eaf5bde1b0f44d3b80fc7dbfabd5d7e865ce9/packages/cli/src/zosfiles/ZosFilesBase.handler.ts#L87). Thanks!

hey Encoding options are not working even for the view ds command for me. Any leads for the same? The API throws the error with 500, on defining the encoding...

Hey @MikeBauerCA @zFernand0 I would like to work on this issue.

This is a basic implementation of the helper class as for now. Looking for you people suggestions. :slightly_smiling_face: or if there could be any other more convenient way of doing...

hey, I made the suggested changes, please have a look.

Also, if this method looks fine, then we can start implementing this base helper in other compare commands and will update and write new tests for the same. :slightly_smiling_face:

Made the suggested changes. Implemented the compare base helpers in all compare commands. Added tests for comparing base helpers. I amn't able to test the commands due to my z/OS...

Hey, Is there anything needed to be updated in this PR? I had updated the other handlers as per the base one but wasn't able to test them because of...